
/* Navigation */
.navbar-expand-lg {
	/*-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;*/
}
.navbar {
    padding: 1.5rem 0 0 0;
}
.fixed-top {
    position: absolute;
}
.navbar-brand {
	margin: 0 2em;
}
.navbar-brand img {
	max-height: 180px;
}
@media (max-width: 575px) {
	.navbar-brand img {
		max-height: 140px;
	}	
}
@media (max-width: 500px) {
	.navbar {
	    position: absolute !important; 
	}
	.navbar-brand img {
		max-height: 100px;
	}
}
@media (max-width: 360px) {
	.navbar-brand img {
		max-height: 75px;
	}
}
.navbar-collapse {
    /*background-color: #00a6ce;*/
    background: rgb(24,187,228);
	background: -moz-linear-gradient(left, rgba(24,187,228,1) 0%, rgba(0,166,206,1) 100%);
	background: -webkit-linear-gradient(left, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
	background: linear-gradient(to right, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18bbe4', endColorstr='#00a6ce',GradientType=1 );

	box-shadow: 0px 1px 0px #008fb6,
    1px 2px 0px #008fb6,
    2px 3px 0px #008fb6,
    3px 4px 0px #008fb6,
    4px 5px 0px #008fb6,
    5px 6px 0px #008fb6;

	-webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));

    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

    text-align: center;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    /*background-color: #221f1d;*/
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    margin: 0 auto;
    padding: 0.5rem;
    text-align: center;
}
.navbar.navbar-scrolled {
    background-color: rgba(0,0,0,0);
}
.navbar-nav .nav-link {
	padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
	color: #fff !important;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
	letter-spacing: 0.01cm;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover {
	color: #7df2ff !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar .dropdown-nav {
  left: auto !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(2em) !important;
  /*transition: all 0.6s ease !important;*/
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s !important;
  background: rgba(0,47,82,0.9) !important;
  width: 200px;
  -webkit-box-shadow: 4px 8px 30px rgba(0,0,0,0.6);
  -moz-box-shadow: 4px 8px 30px rgba(0,0,0,0.6);
  box-shadow: 4px 8px 30px rgba(0,0,0,0.6);
  z-index: -1;
}
.navbar li:hover .dropdown-nav {
  visibility: visible !important;
  left: auto !important;
  opacity: 1 !important;
  transform: translateY(0%) !important;
  /*transition-delay: 0.1s !important;*/
  transition-delay: 0s, 0s, 0.3s !important;
  z-index: 1000;
}
.navbar .dropdown-nav .nav-link, 
.navbar .dropdown-nav .nav-link:focus {
	padding: 6px 20px !important;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}
.navbar .dropdown-nav .nav-link:hover {
  background-color: rgba(38,191,232,0.2);
  color: #fff !important;
}
@media (max-width: 991px) {
	.navbar-nav {
		text-align: left;
	}
	.navbar .dropdown-nav {
		position: relative !important;
		left: auto !important;
		margin-left: 20px !important;
		padding: 0 !important;
		opacity: 1 !important;
		transform: translateY(0) !important;
		visibility: visible !important;
		background: transparent !important;
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
		-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
		box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
	}
	.navbar-light .navbar-toggler {
		margin: 0 2rem 0 0;
		color: #fff !important;
		border-color: #fff !important;
	}
	.navbar-toggler-icon {
  		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
	}
}
/* Social */
.navbar #social {
	position: absolute;
	top: 82%;
	right: 9%;
}
.navbar #social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar #social ul li {
	display: inline-table;
	margin: 0 5px;
}
.navbar #social ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar #social ul li a:hover {
	color: #7df2ff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* Slider */
#slider #unslider {
  min-height: 1100px;
  height: 1100px;
}
#slider #unslider .slide {
  min-height: 1100px;
}
#slider #unslider .slide video {
  min-height: 1100px;
}
@media (max-width: 767px) {
	#slider #unslider {
		min-height: 1300px;
		height: 1300px;
	}
	#slider #unslider .slide {
		min-height: 1300px;
	}
	#slider #unslider .slide video {
		min-height: 1300px;
	}
}
@media (max-width: 624px) {
	#slider #unslider {
		min-height: 1400px;
		height: 1400px;
	}
	#slider #unslider .slide {
		min-height: 1400px;
	}
	#slider #unslider .slide video {
		min-height: 1400px;
	}
}
@media (max-width: 575px) {
	#slider #unslider {
		min-height: 1620px;
		height: 1620px;
	}
	#slider #unslider .slide {
		min-height: 1620px;
	}
	#slider #unslider .slide video {
		min-height: 1620px;
	}
}
@media (max-width: 444px) {
	#slider #unslider {
		min-height: 1675px;
		height: 1675px;
	}
	#slider #unslider .slide {
		min-height: 1675px;
	}
	#slider #unslider .slide video {
		min-height: 1675px;
	}
}
@media (max-width: 400px) {
	#slider #unslider {
		min-height: 1725px;
		height: 1725px;
	}
	#slider #unslider .slide {
		min-height: 1725px;
	}
	#slider #unslider .slide video {
		min-height: 1725px;
	}
}
@media (max-width: 360px) {
	#slider #unslider {
		min-height: 1825px;
		height: 1825px;
	}
	#slider #unslider .slide {
		min-height: 1825px;
	}
	#slider #unslider .slide video {
		min-height: 1825px;
	}
}
#slider .slide-screen {
  background-color: rgba(0,0,0,0.2);
}
#slider .slide-bleed {
	background: -moz-linear-gradient(-25deg, 
				rgba(72,219,255,0.5) 0%, 
				rgba(72,219,255,0.2) 20%, 
				rgba(128,255,0,0.25) 20%, 
				rgba(128,255,0,0.45) 40%, 
				rgba(255,255,0,0.5) 40%, 
				rgba(255,255,0,0.5) 60%, 
				rgba(255,191,0,0.6) 60%, 
				rgba(255,191,0,0.4) 80%, 
				rgba(255,64,0,0.4) 80%, 
				rgba(255,64,0,0.7) 100%);
	background: -webkit-linear-gradient(-25deg, 
				rgba(72,219,255,0.5) 0%, 
				rgba(72,219,255,0.2) 20%, 
				rgba(128,255,0,0.25) 20%, 
				rgba(128,255,0,0.45) 40%, 
				rgba(255,255,0,0.5) 40%, 
				rgba(255,255,0,0.5) 60%, 
				rgba(255,191,0,0.6) 60%, 
				rgba(255,191,0,0.4) 80%, 
				rgba(255,64,0,0.4) 80%, 
				rgba(255,64,0,0.7) 100%);
	background: linear-gradient(115deg, 
				rgba(72,219,255,0.5) 0%, 
				rgba(72,219,255,0.2) 20%, 
				rgba(128,255,0,0.25) 20%, 
				rgba(128,255,0,0.45) 40%, 
				rgba(255,255,0,0.5) 40%, 
				rgba(255,255,0,0.5) 60%, 
				rgba(255,191,0,0.6) 60%, 
				rgba(255,191,0,0.4) 80%, 
				rgba(255,64,0,0.4) 80%, 
				rgba(255,64,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9948dbff', endColorstr='#99ff4000',GradientType=1 );
}
#slider .slide-fade {
	/* Radial */
	/*background: -moz-radial-gradient(center, ellipse cover, rgba(54,201,243,0.25) 0%, rgba(38,191,232,0.6) 55%, rgba(103,93,148,0.6) 85%, rgba(54,46,96,0.88) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(54,201,243,0.25) 0%,rgba(38,191,232,0.6) 55%,rgba(103,93,148,0.6) 85%,rgba(54,46,96,0.88) 100%);
	background: radial-gradient(ellipse at center, rgba(54,201,243,0.25) 0%,rgba(38,191,232,0.6) 55%,rgba(103,93,148,0.6) 85%,rgba(54,46,96,0.88) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4036c9f3', endColorstr='#e0362e60',GradientType=1 );*/

	/* Diagonal */
	background: -moz-linear-gradient(-45deg, 
				rgba(56,206,165,0.5) 0%, 
				rgba(54,201,243,0.5) 30%, 
				rgba(103,93,148,0.5) 70%, 
				rgba(54,46,96,0.5) 100%);
	background: -webkit-linear-gradient(-45deg, 
				rgba(56,206,165,0.5) 0%, 
				rgba(54,201,243,0.5) 30%, 
				rgba(103,93,148,0.5) 70%, 
				rgba(54,46,96,0.5) 100%);
	background: linear-gradient(135deg, 
				rgba(56,206,165,0.5) 0%, 
				rgba(54,201,243,0.5) 30%, 
				rgba(103,93,148,0.5) 70%, 
				rgba(54,46,96,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9938cea5', endColorstr='#99362e60',GradientType=1 );
}
#slider #slider-overlay {
	top: auto;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
#slider-overlay h1 {
	color: white;
	font-size: 5vw;
	font-weight: 900;
	-webkit-text-fill-color: rgba(94,230,255,0); /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: white;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.04cm;
	text-transform: uppercase;
	/*-webkit-filter: drop-shadow(2px 2px 0px rgba(55,52,50,0.65));
	filter: drop-shadow(2px 2px 0px rgba(55,52,50,0.65))*/
}
@media (max-width: 991px) {
	#slider-overlay h1 {
		font-size: 5.5vw;
		font-weight: 800;
		-webkit-text-fill-color: rgba(94,230,255,0); /* Will override color (regardless of order) */
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: white;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 0.02cm;
		text-transform: uppercase;
	}
}
@media (max-width: 500px) {
	#slider-overlay h1 {
		font-size: 5.5vw;
		font-weight: 800;
		-webkit-text-fill-color: rgba(94,230,255,0); /* Will override color (regardless of order) */
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: white;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 0.02cm;
		text-transform: uppercase;
	}
}
#slider-overlay h1 span {
	-webkit-text-fill-color: rgba(255,255,255,1);
}
/* Slider, Overlay: Callouts Row */
#callouts .callout-box {
	background-color: rgba(255,255,255,0.92);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	padding: 2.5rem 0rem 2rem 0rem !important;

	/*-webkit-box-shadow: 7px -7px 0px 0px rgba(72,219,255,0.65), 14px -14px 0px 0px rgba(128,255,0,0.7), 21px -21px 0px 0px rgba(255,255,0,0.6), 28px -28px 0px 0px rgba(255,191,0,0.7), 35px -35px 0px 0px rgba(255,64,0,0.75);
	-moz-box-shadow: 7px -7px 0px 0px rgba(72,219,255,0.65), 14px -14px 0px 0px rgba(128,255,0,0.7), 21px -21px 0px 0px rgba(255,255,0,0.6), 28px -28px 0px 0px rgba(255,191,0,0.7), 35px -35px 0px 0px rgba(255,64,0,0.75);
	box-shadow: 7px -7px 0px 0px rgba(72,219,255,0.65), 14px -14px 0px 0px rgba(128,255,0,0.7), 21px -21px 0px 0px rgba(255,255,0,0.6), 28px -28px 0px 0px rgba(255,191,0,0.7), 35px -35px 0px 0px rgba(255,64,0,0.75);*/
	-webkit-box-shadow: 7px -7px 0px 0px rgba(255,250,166,0.85), 14px -14px 0px 0px rgba(255,237,0,0.7), 21px -21px 0px 0px rgba(255,174,31,0.9);
	-moz-box-shadow: 7px -7px 0px 0px rgba(255,250,166,0.85), 14px -14px 0px 0px rgba(255,237,0,0.7), 21px -21px 0px 0px rgba(255,174,31,0.9);
	box-shadow: 7px -7px 0px 0px rgba(255,250,166,0.85), 14px -14px 0px 0px rgba(255,237,0,0.7), 21px -21px 0px 0px rgba(255,174,31,0.9);

	-webkit-filter: drop-shadow(5px 0px 10px rgba(0,0,0,0.4));
    filter: drop-shadow(5px 0px 10px rgba(0,0,0,0.4));

    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@media (max-width: 575px) {
	#callouts .callout-box {
		margin-bottom: 3rem;
	}
}
/*#callouts div:nth-of-type(2) .callout-box {
	-webkit-box-shadow: 0px -7px 0px 2px rgba(255,250,166,0.85), 0px -14px 0px 2px rgba(255,237,0,0.7), 0px -21px 0px 2px rgba(255,174,31,0.9);
	-moz-box-shadow: 0px -7px 0px 2px rgba(255,250,166,0.85), 0px -14px 0px 2px rgba(255,237,0,0.7), 0px -21px 0px 2px rgba(255,174,31,0.9);
	box-shadow: 0px -7px 0px 2px rgba(255,250,166,0.85), 0px -14px 0px 2px rgba(255,237,0,0.7), 0px -21px 0px 2px rgba(255,174,31,0.9);
}*/
@media (min-width: 576px) {
	#callouts div:nth-of-type(2) .callout-box {
		-webkit-box-shadow: -7px -7px 0px 0px rgba(255,250,166,0.85), -14px -14px 0px 0px rgba(255,237,0,0.7), -21px -21px 0px 0px rgba(255,174,31,0.9);
		-moz-box-shadow: -7px -7px 0px 0px rgba(255,250,166,0.85), -14px -14px 0px 0px rgba(255,237,0,0.7), -21px -21px 0px 0px rgba(255,174,31,0.9);
		box-shadow: -7px -7px 0px 0px rgba(255,250,166,0.85), -14px -14px 0px 0px rgba(255,237,0,0.7), -21px -21px 0px 0px rgba(255,174,31,0.9);
	}
}
#callouts .callout-box h2 {
	display: table;
	margin: 0 auto 25px auto;
	padding: 0;
	/*background: #fff;*/
	color: #999592;
	font-size: 40px;
	font-weight: 900;
	-webkit-text-fill-color: rgba(255,255,255,0); /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #999592;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.04cm;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
#callouts .callout-box h2 span {
	color: #373432;
	-webkit-text-fill-color: #373432;
}
#callouts .callout-box h4 {
	position: relative;
	margin: 0 auto 25px auto;
	padding: 0;
	height: auto;
	/*color: #94908d;*/
	color: #fff;
	/*font-size: 25px;*/
	font-size: 27px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Gochi Hand', cursive;*/
	/*line-height: 27px;*/
	line-height: 28px;
	letter-spacing: -0.02cm;
	/*letter-spacing: 0cm;*/

	display: block;
    width: 106%;
    margin-left: -3%;
    padding: 0.8rem 1.5rem 1rem 1.5rem;
    /*border: solid 1px #999592;*/

    /* Orig */
    /*background-color: #fff;
    box-shadow: 1px -0px 0px #a400e4,0px -1px 0px #de3aff,
    2px -1px 0px #a400e4,1px -2px 0px #de3aff,
    3px -2px 0px #a400e4,2px -3px 0px #de3aff,
    4px -3px 0px #a400e4,3px -4px 0px #de3aff,
    5px -4px 0px #a400e4,4px -5px 0px #de3aff,
    6px -5px 0px #a400e4,5px -6px 0px #de3aff;*/

    /* Pink/Purple */ /* #a400e4 */
    /*background-color: #ce25ff;
    box-shadow: 1px -0px 0px #7901a8,0px -1px 0px #e644ff,
    2px -1px 0px #7901a8,1px -2px 0px #e644ff,
    3px -2px 0px #7901a8,2px -3px 0px #e644ff,
    4px -3px 0px #7901a8,3px -4px 0px #e644ff;*/

    /* Darker Purple */
    /*background-color: #982fc7;
    box-shadow: 1px 0px 0px #7901a8, 0px -1px 0px #b84fe6, 
    			2px -1px 0px #7901a8, 1px -2px 0px #b84fe6, 
    			3px -2px 0px #7901a8, 2px -3px 0px #b84fe6, 
    			4px -3px 0px #7901a8, 3px -4px 0px #b84fe6;*/

    /* Blue */
    background-color: #25b9ff;
    box-shadow: 1px 0px 0px #008dd0, 0px -1px 0px #4cd1ff, 
    			2px -1px 0px #008dd0, 1px -2px 0px #4cd1ff, 
    			3px -2px 0px #008dd0, 2px -3px 0px #4cd1ff, 
    			4px -3px 0px #008dd0, 3px -4px 0px #4cd1ff;

	-webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));

    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: margin-top 0.4s ease,
    margin-left 0.4s ease,
    box-shadow 0.4s ease;
}
/*#callouts div:nth-of-type(2) .callout-box h4 {
	margin-left: -3%;
	box-shadow: 0px -4px 0px #4cd1ff;
}*/
#callouts div:nth-of-type(2) .callout-box h4 {
	margin-left: -3%;
	box-shadow: -1px -0px 0px #008dd0,-0px -1px 0px #4cd1ff,
    -2px -1px 0px #008dd0,-1px -2px 0px #4cd1ff,
    -3px -2px 0px #008dd0,-2px -3px 0px #4cd1ff,
    -4px -3px 0px #008dd0,-3px -4px 0px #4cd1ff;
}
#callouts .callout-box h4 span {
	position: relative;
	/*font-size: 34px;*/
	font-family: 'Limelight', cursive;
	text-shadow: 0 1px 0px #26bfe8, 0 -1px 0px #26bfe8, 1px 0 0px #26bfe8, -1px 0 0px #26bfe8 !important;
	font-weight: bold;
}
#callouts .callout-box h4 span:nth-of-type(1) { margin-right: 2px; }
#callouts .callout-box h4 span:nth-of-type(2) { margin-left: 2px; }
/* Slider, Overlay: Promo Row */
#promo {}
#promo .bordered {
	position: relative;
}
#promo .bordered:after {
	position: absolute;
	content: '';
	background: -moz-linear-gradient(left, rgba(72,219,255,0.7) 0%, rgba(128,255,0,0.7) 25%, rgba(255,255,0,0.7) 50%, rgba(255,191,0,0.7) 75%, rgba(255,64,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(72,219,255,0.7) 0%,rgba(128,255,0,0.7) 25%,rgba(255,255,0,0.7) 50%,rgba(255,191,0,0.7) 75%,rgba(255,64,0,0.7) 100%);
	background: linear-gradient(to right, rgba(72,219,255,0.7) 0%,rgba(128,255,0,0.7) 25%,rgba(255,255,0,0.7) 50%,rgba(255,191,0,0.7) 75%,rgba(255,64,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9948dbff', endColorstr='#99ff4000',GradientType=1 );
	width: 100%;
	height: 1px;
	right: 0;
	left: 0;
	top: 0;
}
#laptop h3 {
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	letter-spacing: 0cm;
	text-transform: uppercase;
}
#laptop h3 a {
	/*background-color: #26bfe8;*/
	/*padding: 2px 10px;*/
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 36px;
	letter-spacing: 0cm;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#laptop h3 a span {
    padding: 2px 0;
    background-color: #11bd95;
    line-height: 44px;
    box-shadow: -10px 0px 0 #11bd95, 10px 0px 0 #11bd95;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#laptop h3 a em {
	color: #fff;
	font-weight: 300;
	letter-spacing: -0.01cm;
	text-transform: uppercase;
	font-style: normal;
}
#laptop h3 a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#laptop h3 a:hover span {
	background-color: #26bfe8;
    box-shadow: -10px 0px 0 #26bfe8, 10px 0px 0 #26bfe8;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#laptop h3 a small {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.01cm;
}
#laptop h4 {
	margin: 0;
	padding: 0;
	height: auto;
	color: #26bfe8;
	font-size: 30px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	letter-spacing: 0.01cm;
	text-transform: uppercase;
}
#laptop h4 a {
	display: block;
	padding: 1rem 1rem;
	/*background-color: #26bfe8;*/
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	font-family: 'Gochi Hand', cursive;
	line-height: 42px;
	letter-spacing: 0.01cm;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#laptop h4 a span {
	display: block;
    padding-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 14px;
	letter-spacing: 0cm;
	text-transform: uppercase;
}
#laptop h4 a:hover {
	/*background-color: #fff;*/
	color: #80FF00;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#promo #diged {}
@media (max-width: 575px) {
	#promo #diged .digcol:nth-of-type(1) {
	    -ms-flex-order: 12;
	    order: 12;
	}
	#promo #diged .digcol:nth-of-type(2) {
	    -ms-flex-order: 1;
	    order: 1;
	}
}
#promo #diged h3 {
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	letter-spacing: 0cm;
	text-transform: uppercase;
}
#promo #diged h3 a {
	/*background-color: #26bfe8;*/
	/*padding: 2px 10px;*/
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 36px;
	letter-spacing: 0cm;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#promo #diged h3 a span {
    padding: 2px 0;
    background-color: #11bd95;
    line-height: 44px;
    box-shadow: -10px 0px 0 #11bd95, 10px 0px 0 #11bd95;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#promo #diged h3 a em {
	color: #fff;
	font-weight: 300;
	letter-spacing: -0.01cm;
	text-transform: uppercase;
	font-style: normal;
}
#promo #diged h3 a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#promo #diged h3 a:hover span {
	background-color: #26bfe8;
    box-shadow: -10px 0px 0 #26bfe8, 10px 0px 0 #26bfe8;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#promo #diged img {
	max-height: 170px;
    -webkit-filter: drop-shadow(5px 0px 10px rgba(0,0,0,0.4));
    filter: drop-shadow(5px 0px 10px rgba(0,0,0,0.4));
}


/* Section: Schools */
#map {
	position: relative;
	z-index: 40;
}
#map:after {
	position: absolute;
	content: '';
	background: -moz-linear-gradient(left, rgba(72,219,255,0.7) 0%, rgba(128,255,0,0.7) 25%, rgba(255,255,0,0.7) 50%, rgba(255,191,0,0.7) 75%, rgba(255,64,0,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(72,219,255,0.7) 0%,rgba(128,255,0,0.7) 25%,rgba(255,255,0,0.7) 50%,rgba(255,191,0,0.7) 75%,rgba(255,64,0,0.7) 100%);
	background: linear-gradient(to right, rgba(72,219,255,0.7) 0%,rgba(128,255,0,0.7) 25%,rgba(255,255,0,0.7) 50%,rgba(255,191,0,0.7) 75%,rgba(255,64,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9948dbff', endColorstr='#99ff4000',GradientType=1 );
	width: 100%;
	height: 3px;
	right: 0;
	left: 0;
	top: 0;
}
#map .school-column {
	min-height: 700px;
}
@media (max-width: 991px) {
	#map .school-column {
		min-height: initial;
	}	
}
#map #schools-filter {
	background: rgb(17,189,149);
	background: -moz-linear-gradient(-45deg, rgba(17,189,149,1) 0%, rgba(0,166,206,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(17,189,149,1) 0%,rgba(0,166,206,1) 100%);
	background: linear-gradient(135deg, rgba(17,189,149,1) 0%,rgba(0,166,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11bd95', endColorstr='#00a6ce',GradientType=1 );
	/*border-top: 1px solid #4cdeb3;*/
}
#map #schools-container {
	position: relative;
	z-index: 40;
}
#mapContainer {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 41;
  overflow: hidden;
}
#mapCanvas {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 3px;
  left: 0;
  z-index: 42;
}
#mapOverlay {
  position: relative;
  z-index: 44;
}
#mapOverlay h2 {
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  height: auto !important;
  color: #fff !important;
  /*-webkit-text-fill-color: rgba(255,255,255,0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;*/
  font-size: 34px !important;
  font-weight: 900 !important;
  /*font-family: 'Judson', serif;*/
  font-family: 'Montserrat', sans-serif !important;
  line-height: 36px !important;
  font-variant: small-caps !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01cm !important;
  text-shadow: 2px 3px 0px #00a67f;
}
#mapOverlay h2 span {
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
}
#mapOverlay h4 {
  margin: 0 0 4px 0 !important;
  padding: 0 0 0 0 !important;
  height: auto !important;
  color: #8cffeb !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 14px !important;
  /* font-variant: small-caps; */
  text-transform: uppercase !important;
  letter-spacing: 0.1cm !important;
   text-shadow: 2px 2px 0px #00a67f;
  /*text-shadow: 1px 1px 3px rgba(27,54,93,0.6);*/
}
#mapOverlay h5 {
  display: inline-table !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-variant: none !important;
  line-height: 15px !important;
}
#mapOverlay p {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  height: auto !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 16px !important;
  letter-spacing: 0cm !important;
}
#mapOverlay ul {
  list-style: none !important;
  margin: 0 auto 30px auto !important;
  padding: 0 !important;
}
#mapOverlay ul li {
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
  background-color: rgba(255,255,255,0.1) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay ul li:hover {
  margin: 0 0 1px 0 !important;
  padding: 0 !important;
  background-color: rgba(5,36,77,0.1) !important;  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay ul li.noschools {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay ul.filters li:last-child {
  background-color: rgba(5,36,77,0.1);
}
#mapOverlay ul.filters li:last-child:hover {
  background-color: rgba(5,36,77,0.25);
}
#mapOverlay .location-anchor {
  display: block;
  min-height: 20px;
  margin: 0 10px;
  padding: 6px 8px 6px 8px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 14px !important;
  letter-spacing: 0cm !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay .location-anchor:hover {
  /*color: #c4cddb;*/
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay .location-anchor span {
  margin-left: 3px !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 0.05cm !important;
}
#mapOverlay .mapfilter {
  display: block;
  min-height: 20px !important;
  margin: 0 10px !important;
  padding: 9px 0 9px 22px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 14px !important;
  letter-spacing: 0cm !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay .mapfilter:hover {
  /*color: #c4cddb;*/
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay .mapfilter.fouryear {
  background: url('../img/marker_1.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.twoyear {
  background: url('../img/marker_2.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.online {
  background: url('../img/marker_3.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.concurrent {
  background: url('../img/marker_4.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.technical {
  background: url('../img/marker_5.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.military {
  background: url('../img/marker_6.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.degreecenter {
  background: url('../img/marker_7.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.apprenticeship {
  background: url('../img/marker_8.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.graduate {
  background: url('../img/marker_9.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.other {
  background: url('../img/marker_10.png') no-repeat;
  background-size: 16px 16px;
  background-position: left center;
}
#mapOverlay .mapfilter.all {
  height: auto !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 11px !important;
  letter-spacing: 0.04cm !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-align: center !important;
}
#mapOverlay .mapfilter span {
  margin-left: 3px !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 0.025cm !important;
}
#mapOverlay .mapmore {
  display: block;
  min-height: 20px !important;
  margin: 0 10px !important;
  padding: 9px 0 9px 26px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  line-height: 14px !important;
  letter-spacing: 0cm !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay .mapmore:hover {
  /*color: #c4cddb;*/
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mapOverlay .mapmore.all {
  height: auto !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  letter-spacing: 0cm !important;
  text-decoration: none !important;
  /*text-transform: uppercase;*/
  text-align: center !important;
}
#map #schools-sponsor {
	background-color: #e8e8e6;
}
.location-container {
	padding: 1.5rem;
	max-width: 320px;
}
.location-container h3 {
	margin: 0 0 6px 0 !important;
    padding: 0 !important;
    height: auto !important;
    color: #373432 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0cm !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
}
.location-container h3 img {}
.location-container h4 {
	margin: 0 0 5px 0 !important;
    padding: 0 !important;
    color: #7f7b79 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0cm !important;
    line-height: 21px !important;
}
.location-container h4 a {
	color: #7f7b79 !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
}
.location-container h4 a:hover {
	color: #7f7b79 !important;
	font-weight: 400 !important;
	text-decoration: none !important;
}
.location-container h5 {
	margin: 0 0 15px 0 !important;
    padding: 0 !important;
    color: #7f7b79 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0cm !important;
    line-height: 20px !important;
}
.location-container h6 {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	height: auto !important;
	color: #7f7b79 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 14px !important;
    letter-spacing: 0.02cm !important;
    text-transform: uppercase !important;
}
.location-container hr {}
.location-container .btn.btn-secondary {}
.location-container .btn.btn-secondary:hover {}


/* Section: Articles */
#articles {
	position: relative;
	/*background-color: #f1f1ef;*/
	background: rgb(232,232,230);
	background: -moz-linear-gradient(top, rgba(232,232,230,1) 0%, rgba(241,241,239,1) 100%);
	background: -webkit-linear-gradient(top, rgba(232,232,230,1) 0%,rgba(241,241,239,1) 100%);
	background: linear-gradient(to bottom, rgba(232,232,230,1) 0%,rgba(241,241,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e6', endColorstr='#f1f1ef',GradientType=0 );
	z-index: 50;
}
body.interior #articles {
	background: transparent;
}
body.interior .card-columns {
    -webkit-column-count: 2;
    column-count: 2;
}
@media (min-width: 576px) {
	.card-columns {
	    -webkit-column-gap: 2rem !important;
	    column-gap: 2rem !important;
	}
}
@media (max-width: 991px) {
	.card-columns {
		-webkit-column-gap: 2rem !important;
		column-gap: 2rem !important;
	}
	.card-columns {
		-webkit-column-count: 2 !important;
		column-count: 2 !important;
		-webkit-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important;
	}
}
@media (max-width: 575px) {
	.card-columns {
		-webkit-column-gap: 2rem !important;
		column-gap: 2rem !important;
	}
	.card-columns {
		-webkit-column-count: 1 !important;
		column-count: 1 !important;
		-webkit-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important;
	}
}
#articles .card-columns .card {
	position: relative;
	margin-bottom: 2rem;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	-webkit-transition: 0.5s ease;
 	transition: 0.5s ease;
 	z-index: 51;
}
/*#articles .card-columns .card.color-1 {
	border-bottom: 8px solid rgba(72,219,255,1);
}
#articles .card-columns .card.color-2 {
	border-bottom: 8px solid  rgba(128,255,0,1);
}
#articles .card-columns .card.color-3 {
	border-bottom: 8px solid  rgba(255,255,0,1);
}
#articles .card-columns .card.color-4 {
	border-bottom: 8px solid  rgba(255,191,0,1);
}
#articles .card-columns .card.color-5 {
	border-bottom: 8px solid  rgba(255,64,0,1);
}*/
#articles .card-columns .card:hover {
	-webkit-box-shadow: 2px 4px 22px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 4px 22px rgba(0,0,0,0.35);
	box-shadow: 2px 4px 22px rgba(0,0,0,0.35);
	-webkit-transition: 0.5s ease;
 	transition: 0.5s ease;
}
#articles.article-detail .card {
	border: 0;
	border-radius: 0;
}
#articles .card .card-img-top {
    -moz-border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
#articles .card .card-img {
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#articles .card .card-photo {
	position: relative;
	z-index: 52;
}
#articles .card .card-photo img {}
#articles .card .card-body {
	padding: 1.5rem 1.75rem;
}
#articles .card .card-body.no-photo {
	padding: 2rem 2.25rem;
}
@media (max-width: 500px) {
	#articles .card .card-body {
		padding: 1.5rem 1rem;
	}
	#articles .card .card-body.no-photo {
		padding: 2rem 1.25rem;
	}	
	body.interior #articles .card .card-body.no-photo {
		padding: 2rem 0rem;
	}	
	body.interior #articles.article-detail .card .card-body .card-riser {
		margin-bottom: -20px !important;
	}
}
/*#articles .card .card-body .card-riser {
	position: relative;
	display: block;
	margin: -40px auto 0 auto;
	padding: 1.25rem 1.5rem 1.5rem 1.5rem;
	height: auto;

    background: #f1edea;

    box-shadow: 1px -0px 0px #d2cecb,0px -1px 0px #fff,
    2px -1px 0px #d2cecb,1px -2px 0px #fff,
    3px -2px 0px #d2cecb,2px -3px 0px #fff,
    4px -3px 0px #d2cecb,3px -4px 0px #fff,
    5px -4px 0px #d2cecb,4px -5px 0px #fff,
    6px -5px 0px #d2cecb,5px -6px 0px #fff;

	-webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));

    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition: margin-top 0.3s ease,
    margin-left 0.3s ease,
    box-shadow 0.3s ease;
    z-index: 53;
}*/
#articles .card .card-body .card-riser {
	position: relative;
	display: block;
	margin: -40px auto 0 auto;
	padding: 1.25rem 1.5rem 1.5rem 1.5rem;
	height: auto;

    background: rgb(24,187,228);
    background: -moz-linear-gradient(left, rgba(24,187,228,1) 0%, rgba(0,166,206,1) 100%);
    background: -webkit-linear-gradient(left, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
    background: linear-gradient(to right, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18bbe4', endColorstr='#00a6ce',GradientType=1 );

    box-shadow: 1px -0px 0px #008fb6,0px -1px 0px #3fcff8,
    2px -1px 0px #008fb6,1px -2px 0px #3fcff8,
    3px -2px 0px #008fb6,2px -3px 0px #3fcff8,
    4px -3px 0px #008fb6,3px -4px 0px #3fcff8;

	-webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));

    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition: margin-top 0.3s ease,
    margin-left 0.3s ease,
    box-shadow 0.3s ease;
    z-index: 53;
}
#articles.article-detail .card .card-body .card-riser {
	margin: -20px auto -80px auto;
}
#articles .card.color-1 .card-body .card-riser { /* Blue */
	background: rgb(24,187,228);
    background: -moz-linear-gradient(left, rgba(24,187,228,1) 0%, rgba(0,166,206,1) 100%);
    background: -webkit-linear-gradient(left, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
    background: linear-gradient(to right, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18bbe4', endColorstr='#00a6ce',GradientType=1 );

    box-shadow: 1px -0px 0px #008fb6,0px -1px 0px #3fcff8,
			    2px -1px 0px #008fb6,1px -2px 0px #3fcff8,
			    3px -2px 0px #008fb6,2px -3px 0px #3fcff8,
			    4px -3px 0px #008fb6,3px -4px 0px #3fcff8;
}
#articles .card.color-2 .card-body .card-riser { /* Teal, #11bd95 */
	background: rgb(62,210,169);
	background: -moz-linear-gradient(left, rgba(62,210,169,1) 0%, rgba(17,189,149,1) 100%);
	background: -webkit-linear-gradient(left, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
	background: linear-gradient(to right, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ed2a9', endColorstr='#11bd95',GradientType=1 );

	box-shadow: 1px -0px 0px #00a37c,0px -1px 0px #5decc1,
			    2px -1px 0px #00a37c,1px -2px 0px #5decc1,
			    3px -2px 0px #00a37c,2px -3px 0px #5decc1,
			    4px -3px 0px #00a37c,3px -4px 0px #5decc1;
}
#articles .card.color-3 .card-body .card-riser { /* Orange, #f6a712 */
	background: rgb(255,186,46);
	background: -moz-linear-gradient(left, rgba(255,186,46,1) 0%, rgba(246,167,18,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,186,46,1) 0%,rgba(246,167,18,1) 100%);
	background: linear-gradient(to right, rgba(255,186,46,1) 0%,rgba(246,167,18,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba2e', endColorstr='#f6a712',GradientType=1 );

	box-shadow: 1px -0px 0px #da8f00,0px -1px 0px #ffd44b,
			    2px -1px 0px #da8f00,1px -2px 0px #ffd44b,
			    3px -2px 0px #da8f00,2px -3px 0px #ffd44b,
			    4px -3px 0px #da8f00,3px -4px 0px #ffd44b;
}

#articles .card .card-body h5.card-title {
	margin: 0 auto 15px auto;
    padding: 0;
    /* background: #fff; */
    color: #373432;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01cm;
    line-height: 30px;
    text-transform: none;
    font-variant: normal;
}
#articles .card .card-body h5.card-title a {
	color: #373432;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01cm;
    line-height: 30px;
    text-transform: none;
    text-decoration: none;
    font-variant: normal;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
#articles .card .card-body h5.card-title a:hover {
	color: #26bfe8;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
#articles .card .card-body .card-text {
	margin: 0;
	padding: 0;
	color: #7f7b79;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 18px;
}
#articles.article-detail .card .card-body .card-text {
	margin: 0;
	padding: 0;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 16px;
}
#articles.article-detail .card .card-body .card-text strong {
    font-weight: 500;
}
#articles.article-detail .card .card-body .card-text a {
	margin: 0;
	padding: 0;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 16px;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
#articles.article-detail .card .card-body .card-text a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
#articles .card .card-body .card-riser h5.card-title {
	margin: 0 auto 15px auto;
    padding: 0;
    /* background: #fff; */
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01cm;
    line-height: 30px;
    text-transform: none;
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
}
#articles.article-detail .card .card-body .card-riser h5.card-title {
	margin: 0 auto 15px auto;
    padding: 0;
    /* background: #fff; */
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.02cm;
    line-height: 40px;
    text-transform: none;
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
}
/*#articles .card .card-body .card-riser h5.card-title a {
	color: #00a6ce;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01cm;
    line-height: 30px;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}*/
#articles .card .card-body .card-riser h5.card-title a {
	color: #fff;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01cm;
    line-height: 30px;
    text-transform: none;
    text-decoration: none;
    font-variant: normal;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
#articles .card .card-body .card-riser h5.card-title a:hover {
	color: #82ffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
#articles .card .card-body .card-riser .card-text {
	margin: 0;
	padding: 0;
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 18px;
}
#articles #articles-more {}
#articles #articles-more h2 {
	margin: 0 auto;
	padding: 12px 30px;
	height: auto;
	display: table;
	background-color: #c7c6c4;
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 38px;
    letter-spacing: 0.01cm;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#articles #articles-more h2 a {
	color: #fff;
    font-size: 38px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 38px;
    letter-spacing: 0.01cm;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#articles #articles-more h2 a:hover {
	color: #373432;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Interior, Articles: Categories */
#articles #article-categories {
	margin: 0 0 40px 0;
}
#articles #article-categories .categories-container {
	border: 1px solid rgba(0,0,0,0.125);
	background-color: rgba(255,255,255,0.5);
}
#articles #article-categories .categories-container:nth-of-type(1) {
	border: 1px solid rgba(0,0,0,0);
	background-color: rgba(0,0,0,0.125);	
}
#articles.article-detail #article-categories .categories-container:nth-of-type(1) {
	border: 1px solid rgba(0,0,0,0);
	background-color: rgba(0,0,0,0.25);	
}
#articles #article-categories .categories-container h6 {
	margin-bottom: 0px;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
    letter-spacing: 0.04cm;
    text-transform: uppercase;
    line-height: 32px;
    font-style: normal;
}
#articles #article-categories .categories-container .categories {}
#articles.article-detail #article-categories .categories-container .categories a {
	display: block;
	margin-top: 8px;
	color: rgb(24,187,228) !important;
	text-size: 13px !important;
	font-weight: 400 !important;
	line-height: 17px !important;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#articles.article-detail #article-categories .categories-container .categories a:hover {
	color: #008fb6 !important;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#articles #article-categories .categories-container .categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#articles #article-categories .categories-container .categories ul li {
	/*margin-bottom: 4px;*/
}
#articles #article-categories .categories-container .categories ul li a {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#articles #article-categories .categories-container .categories:nth-of-type(1) ul li a {
	color: #6bb899;
}
#articles #article-categories .categories-container .categories:nth-of-type(2) ul li a {
	color: #67b1aa;
}
#articles #article-categories .categories-container .categories:nth-of-type(3) ul li a {
	color: #62a9bf;
}
#articles #article-categories .categories-container .categories:nth-of-type(4) ul li a {
	color: #5ea3cb;
}
#articles #article-categories .categories-container .categories ul li a:hover {
	color: #222;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#articles .carousel-control-next, 
#articles .carousel-control-prev {
    width: 5%;
    opacity: 1;
}


/* Section: Footer */
#footer {
	position: relative;
	margin: 0;
	z-index: 40;
}
#footer #rebrand {}
#footer #rebrand img {
	margin-bottom: 30px;
}
#footer #rebrand h6 {
	margin: 0 0 25px 0;
    padding: 0;
    color: #7f7b79;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 18px;
}
#footer #rebrand h6 a {
	color: #00ab84 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.02cm;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer #rebrand h6 a:hover {
	color: #7f7b79 !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer #rebrand p {
	margin: 0 0 15px 0;
    padding: 0;
    color: #7f7b79;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 21px;
}
#footer #rebrand p.legal {
	margin: 0;
    padding: 0;
    color: #a19d9a;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 14px;
}
#footer #rebrand a {
	font-size: 1.1em;
	font-weight: 400 !important;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer #rebrand a.first {
    color: rgb(24,187,228) !important;
    text-decoration: none;
}
#footer #rebrand a.second {
    color: rgb(255,191,0) !important;
    text-decoration: none;
}
#footer #rebrand a:hover {
    color: #7f7b79 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Social */
#footer #rebrand #social {
	margin: 0 0 15px 0;
	padding: 0;
}
#footer #rebrand #social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer #rebrand #social ul li {
	display: inline-table;
	margin: 0 10px 0 0;
}
#footer #rebrand #social ul li a {
	color: #11bd95 !important;
	font-size: 18px;
	line-height: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer #rebrand #social ul li a:hover {
	color: #00a6ce !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer #about {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
#footer #about h4 {
	margin: 0 0 15px 0;
	padding: 0;
	height: auto;
	color: #373432;
	font-size: 24px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.02cm;
    line-height: 24px;
    text-transform: uppercase;
}
#footer #about h5 {
	margin: 0 0 15px 0;
	padding: 0;
	height: auto;
	color: #373432;
	font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05cm;
    line-height: 18px;
    text-transform: uppercase;
}
#footer #about p {
	margin: 0 0 15px 0;
    padding: 0;
    color: #7f7b79;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 17px;
}
#footer #about a {
	color: #373432;
	text-decoration: none;
}
#footer #about a:hover {
	color: #373432;
	text-decoration: underline;
}
#footer #vert {}
#footer #vert .copy {
	border-bottom: 1px solid #e6e6e6;
}
#footer #vert h3 {
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	letter-spacing: 0cm;
	text-transform: uppercase;
}
#footer #vert h3 a {
	/*background-color: #26bfe8;*/
	/*padding: 2px 10px;*/
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	letter-spacing: 0cm;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer #vert h3 a span {
    padding: 2px 0;
    background-color: #11bd95;
    line-height: 24px;
    box-shadow: -10px 0px 0 #11bd95, 10px 0px 0 #11bd95;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer #vert h3 a em {
	color: #fff;
	font-weight: 300;
	letter-spacing: -0.01cm;
	text-transform: uppercase;
	font-style: normal;
}
#footer #vert h3 a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer #vert h3 a:hover span {
	background-color: #26bfe8;
    box-shadow: -10px 0px 0 #26bfe8, 10px 0px 0 #26bfe8;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer #vert img {
	max-height: 140px;
}


/* Interior */
body.interior {
	background: url('../img/poster1.jpg') no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: cetner center !important;
}
body.interior #interior-screen {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 21;
  	background-color: rgba(0,0,0,0.2);
}
body.interior #interior-bleed {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 22;
	background: -moz-linear-gradient(-25deg, 
				rgba(72,219,255,0.5) 0%, 
				rgba(72,219,255,0.2) 20%, 
				rgba(128,255,0,0.25) 20%, 
				rgba(128,255,0,0.45) 40%, 
				rgba(255,255,0,0.5) 40%, 
				rgba(255,255,0,0.5) 60%, 
				rgba(255,191,0,0.6) 60%, 
				rgba(255,191,0,0.4) 80%, 
				rgba(255,64,0,0.4) 80%, 
				rgba(255,64,0,0.7) 100%);
	background: -webkit-linear-gradient(-25deg, 
				rgba(72,219,255,0.5) 0%, 
				rgba(72,219,255,0.2) 20%, 
				rgba(128,255,0,0.25) 20%, 
				rgba(128,255,0,0.45) 40%, 
				rgba(255,255,0,0.5) 40%, 
				rgba(255,255,0,0.5) 60%, 
				rgba(255,191,0,0.6) 60%, 
				rgba(255,191,0,0.4) 80%, 
				rgba(255,64,0,0.4) 80%, 
				rgba(255,64,0,0.7) 100%);
	background: linear-gradient(115deg, 
				rgba(72,219,255,0.5) 0%, 
				rgba(72,219,255,0.2) 20%, 
				rgba(128,255,0,0.25) 20%, 
				rgba(128,255,0,0.45) 40%, 
				rgba(255,255,0,0.5) 40%, 
				rgba(255,255,0,0.5) 60%, 
				rgba(255,191,0,0.6) 60%, 
				rgba(255,191,0,0.4) 80%, 
				rgba(255,64,0,0.4) 80%, 
				rgba(255,64,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9948dbff', endColorstr='#99ff4000',GradientType=1 );
}
body.interior #interior-fade {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 23;
	background: -moz-linear-gradient(-45deg, 
				rgba(56,206,165,0.5) 0%, 
				rgba(54,201,243,0.5) 30%, 
				rgba(103,93,148,0.5) 70%, 
				rgba(54,46,96,0.5) 100%);
	background: -webkit-linear-gradient(-45deg, 
				rgba(56,206,165,0.5) 0%, 
				rgba(54,201,243,0.5) 30%, 
				rgba(103,93,148,0.5) 70%, 
				rgba(54,46,96,0.5) 100%);
	background: linear-gradient(135deg, 
				rgba(56,206,165,0.5) 0%, 
				rgba(54,201,243,0.5) 30%, 
				rgba(103,93,148,0.5) 70%, 
				rgba(54,46,96,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9938cea5', endColorstr='#99362e60',GradientType=1 );
}
body.interior #interior-content {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 24;
}
body.interior #main {
	position: relative;
	z-index: 25;
}
body.interior #main .main-container {
	margin-top: 180px;
}
body.interior #main .main-content {
	background-color: rgb(255,255,255);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-filter: drop-shadow(10px 5px 20px rgba(0,0,0,0.4));
    filter: drop-shadow(10px 5px 20px rgba(0,0,0,0.4));
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: -7px -7px 0px 0px rgba(255,250,166,0.85), -14px -14px 0px 0px rgba(255,237,0,0.7), -21px -21px 0px 0px rgba(255,174,31,0.9);
	-moz-box-shadow: -7px -7px 0px 0px rgba(255,250,166,0.85), -14px -14px 0px 0px rgba(255,237,0,0.7), -21px -21px 0px 0px rgba(255,174,31,0.9);
	box-shadow: -7px -7px 0px 0px rgba(255,250,166,0.85), -14px -14px 0px 0px rgba(255,237,0,0.7), -21px -21px 0px 0px rgba(255,174,31,0.9);
}


/* Interior: Content */
body.interior #main .content {
	min-height: 600px;
}
body.interior #main .content h1, 
body.interior #main .content h2, 
body.interior #main .content h3, 
body.interior #main .content h4, 
body.interior #main .content h5, 
body.interior #main .content h6 {
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.interior #main .content h1 {
	color: #5ea3cb;
	font-size: 50px;
	font-weight: 300;
	letter-spacing: -0.06cm;
	line-height: 52px;
}
body.interior #main .content h2 {
	color: #62a9bf;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -0.04cm;
	line-height: 42px;
}
body.interior #main .content h3 {
	color: #67b1aa;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: -0.03cm;
	line-height: 36px;
}
body.interior #main .content h4 {
	color: #6bb899;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.03cm;
	line-height: 32px;
}
body.interior #main .content h4 a {
	color: #6bb899;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.03cm;
	line-height: 32px;
	text-decoration: none;
	cursor: pointer !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.interior #main .content h4 a:hover {
	color: #62a9bf;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.03cm;
	line-height: 32px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.interior #main .content h4 a span {
	position: relative;
	display: inline-table;
	vertical-align: middle;
	margin-left: 10px !important;
	padding: 0.5em 1em !important;
	color: #fff !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0cm !important;
    line-height: 12px !important;
}
body.interior #main .content h5 {
	color: #23b1d9;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.01cm;
	line-height: 26px;
    font-variant: small-caps;
    text-transform: uppercase;
}
body.interior #main .content h6 {
	color: #555;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.01cm;
	line-height: 24px;
    text-transform: uppercase;
}
body.interior #main .content ul, 
body.interior #main .content ol {
	color: #7f7b79;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 20px;
}
body.interior #main .content p {
	margin: 0 0 20px 0;
    padding: 0;
    color: #7f7b79;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 20px;
}
body.interior #main .content a {
	color: rgba(17,189,149,1);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.interior #main .content a:hover {
	color: #00a37c;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body.interior #main .content .btn.btn-primary {
	position: relative;
    display: table;
    margin: 30px 0 20px 0;
    padding: 1rem 1.5rem 1rem 1.5rem;
    height: auto;
    background: rgb(24,187,228);
    background: -moz-linear-gradient(left, rgba(24,187,228,1) 0%, rgba(0,166,206,1) 100%);
    background: -webkit-linear-gradient(left, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
    background: linear-gradient(to right, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18bbe4', endColorstr='#00a6ce',GradientType=1 );
    box-shadow: 1px 0px 0px #008fb6, 0px -1px 0px #3fcff8, 2px -1px 0px #008fb6, 1px -2px 0px #3fcff8, 3px -2px 0px #008fb6, 2px -3px 0px #3fcff8, 4px -3px 0px #008fb6, 3px -4px 0px #3fcff8;

    background: rgb(62,210,169);
    background: -moz-linear-gradient(left, rgba(62,210,169,1) 0%, rgba(17,189,149,1) 100%);
    background: -webkit-linear-gradient(left, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
    background: linear-gradient(to right, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ed2a9', endColorstr='#11bd95',GradientType=1 );
    box-shadow: 1px 0px 0px #00a37c, 0px -1px 0px #5decc1, 2px -1px 0px #00a37c, 1px -2px 0px #5decc1, 3px -2px 0px #00a37c, 2px -3px 0px #5decc1, 4px -3px 0px #00a37c, 3px -4px 0px #5decc1;


    -webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: margin-top 0.3s ease, margin-left 0.3s ease, box-shadow 0.3s ease;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 16px;
    text-decoration: none;
}
body.interior #main .content .btn.btn-primary:hover {
	text-decoration: none;
	background: rgb(14,167,208);
    background: -moz-linear-gradient(left, rgba(14,167,208,1) 0%, rgba(0,146,196,1) 100%);
    background: -webkit-linear-gradient(left, rgba(14,167,208,1) 0%,rgba(0,146,196,1) 100%);
    background: linear-gradient(to right, rgba(14,167,208,1) 0%,rgba(0,146,196,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ea7d0', endColorstr='#0092c4',GradientType=1 );
    box-shadow: 1px 0px 0px #008fb6, 0px -1px 0px #3fcff8, 2px -1px 0px #008fb6, 1px -2px 0px #3fcff8, 3px -2px 0px #008fb6, 2px -3px 0px #3fcff8, 4px -3px 0px #008fb6, 3px -4px 0px #3fcff8;


    background: rgb(62,210,169);
    background: -moz-linear-gradient(left, rgba(62,210,169,1) 0%, rgba(17,189,149,1) 100%);
    background: -webkit-linear-gradient(left, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
    background: linear-gradient(to right, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ed2a9', endColorstr='#11bd95',GradientType=1 );
    box-shadow: 1px 0px 0px #00a37c, 0px -1px 0px #5decc1, 2px -1px 0px #00a37c, 1px -2px 0px #5decc1, 3px -2px 0px #00a37c, 2px -3px 0px #5decc1, 4px -3px 0px #00a37c, 3px -4px 0px #5decc1;

    -webkit-filter: drop-shadow(6px 6px 16px rgba(0,0,0,0.3));
    filter: drop-shadow(6px 6px 16px rgba(0,0,0,0.3));

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.interior #main .content .btn.btn-secondary {
	position: relative;
    display: table;
    margin: 30px auto 20px auto;
    padding: 1rem 1.5rem 1rem 1.5rem;
    height: auto;
    background: rgb(255,186,46);
    background: -moz-linear-gradient(left, rgba(255,186,46,1) 0%, rgba(246,167,18,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,186,46,1) 0%,rgba(246,167,18,1) 100%);
    background: linear-gradient(to right, rgba(255,186,46,1) 0%,rgba(246,167,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba2e', endColorstr='#f6a712',GradientType=1 );
    box-shadow: 1px 0px 0px #da8f00, 0px -1px 0px #ffd44b, 2px -1px 0px #da8f00, 1px -2px 0px #ffd44b, 3px -2px 0px #da8f00, 2px -3px 0px #ffd44b, 4px -3px 0px #da8f00, 3px -4px 0px #ffd44b;
    border: 0;
    -webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: margin-top 0.3s ease, margin-left 0.3s ease, box-shadow 0.3s ease;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 16px;
    text-decoration: none;
}
body.interior #main .content .btn.btn-secondary:hover {
	text-decoration: none;
	background: rgb(255,186,46);
    background: -moz-linear-gradient(left, rgba(255,186,46,1) 0%, rgba(246,167,18,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,186,46,1) 0%,rgba(246,167,18,1) 100%);
    background: linear-gradient(to right, rgba(255,186,46,1) 0%,rgba(246,167,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba2e', endColorstr='#f6a712',GradientType=1 );
    box-shadow: 1px 0px 0px #da8f00, 0px -1px 0px #ffd44b, 2px -1px 0px #da8f00, 1px -2px 0px #ffd44b, 3px -2px 0px #da8f00, 2px -3px 0px #ffd44b, 4px -3px 0px #da8f00, 3px -4px 0px #ffd44b;

    -webkit-filter: drop-shadow(6px 6px 16px rgba(0,0,0,0.3));
    filter: drop-shadow(6px 6px 16px rgba(0,0,0,0.3));

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Interior: Sidebar */
body.interior #main .sidebar {
	background: rgba(100,100,100,0.08);
	border-right: 6px solid rgba(100,100,100,0.25);
}
body.interior #main .sidebar .sidebar-section {
	margin-bottom: 50px;
	text-align: center;
}
body.interior #main .sidebar h4 {
	margin: 0 0 20px 0;
	padding: 0;
	height: auto;
	color: #11bd95 !important;
	font-size: 32px !important;
	font-weight: 800 !important;
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: -0.01cm !important;
	line-height: 30px !important;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
}
body.interior #main .sidebar .recent-articles {}
body.interior #main .sidebar .recent-articles ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 17px;
}
body.interior #main .sidebar .recent-articles ul li {
	margin: 0 0 4px 0;
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
body.interior #main .sidebar .recent-articles ul li:last-child {
	margin: 0 0 0 0;
	padding: 0 5px 0 5px;
	border-bottom: 0px;
}
body.interior #main .sidebar .recent-articles ul li a {
	color: #6bb899;
	font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 17px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.interior #main .sidebar .recent-articles ul li:nth-of-type(2) a {
	color: #67b1aa;
}
body.interior #main .sidebar .recent-articles ul li:nth-of-type(3) a {
	color: #62a9bf;
}
body.interior #main .sidebar .recent-articles ul li:nth-of-type(4) a {
	color: #5ea3cb;
}
body.interior #main .sidebar .recent-articles ul li:nth-of-type(5) a {
	color: #3a83aa;
}
body.interior #main .sidebar .recent-articles ul li a:hover {
	color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.interior #main .sidebar #laptop h3 a {
	font-size: 24px;
	font-weight: 900;
	line-height: 30px;
}
body.interior #main .sidebar #laptop h3 a span {
    line-height: 36px;
}
body.interior #main .sidebar #laptop h3 a small {
	color: #67b1aa;
	font-size: 11px !important;
	letter-spacing: 0cm !important;
}
body.interior #main .sidebar .promo {
	position: relative;
    margin: 0 auto;
    padding: 0;
    height: auto;
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    letter-spacing: -0.02cm;
    display: block;
    width: 100%;
    padding: 0.8rem 1.5rem 0.8rem 1.5rem;
    background-color: #25b9ff;
    box-shadow: -1px 0px 0px #008dd0, 0px -1px 0px #4cd1ff, -2px -1px 0px #008dd0, -1px -2px 0px #4cd1ff, -3px -2px 0px #008dd0, -2px -3px 0px #4cd1ff, -4px -3px 0px #008dd0, -3px -4px 0px #4cd1ff;
    -webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}
body.interior #main .sidebar .promo span {
	display: block;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 14px;
    letter-spacing: 0.05cm;
    text-transform: uppercase;
}
body.interior #main .sidebar .promo:hover {
    -webkit-filter: drop-shadow(5px 10px 18px rgba(0,0,0,0.5));
    filter: drop-shadow(5px 10px 18px rgba(0,0,0,0.5));
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}


/* Interior: Image Gallery */
body.interior #news-post .post.detail .post-image.blocked {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 500px;
  max-height: 500px !important;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /*background-attachment: fixed;*/
  background-position: center center !important;
}
/*body.interior #news-post .post.detail .post-image.blocked img {
  width: 100% !important;
  height: auto !important;
}*/
@media (max-width: 1200px) {
  body.interior #news-post .post.detail .post-image.blocked {
    height: 400px;
    max-height: 400px !important;
  }
}
@media (max-width: 991px) {
  body.interior #news-post .post.detail .post-image.blocked {
    height: 350px;
    max-height: 350px !important;
  }
}
@media (max-width: 767px) {
  body.interior #news-post .post.detail .post-image.blocked {
    height: 300px;
    max-height: 300px !important;
  }
}
@media (max-width: 671px) {
  body.interior #news-post .post.detail .post-image.blocked {
    height: 200px;
    max-height: 200px !important;
  }
}
@media (max-width: 500px) {
  body.interior #news-post .post.detail .post-image.blocked {
    height: 175px;
    max-height: 175px !important;
  }
}
body.interior #news-post .post.detail .post-content {
  /*background-color: #767d7f;*/ /* 7d878a */
  display: block;
  /*background-color: rgb(68,68,68);*/
  background: rgb(24,187,228);
  background: -moz-linear-gradient(left, rgba(24,187,228,1) 0%, rgba(0,166,206,1) 100%);
  background: -webkit-linear-gradient(left, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
  background: linear-gradient(to right, rgba(24,187,228,1) 0%,rgba(0,166,206,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18bbe4', endColorstr='#00a6ce',GradientType=1 );
  margin-bottom: 40px;
  padding: 20px 22px;
  /*min-height: 125px; */ 
  transition: all 0.6s ease;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
body.interior #news-post .post.detail .post-content span.category {
  display: block;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  height: auto !important;
  color: #006480 !important; /* 3fffa3 */
  font-size: 11px !important;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 12px !important;
  letter-spacing: 0.05cm !important;
  text-transform: uppercase !important;
  transition: all 0.4s ease;
}
body.interior #news-post .post.detail .post-content span.date {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  height: auto;
  color: #006480 !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 11px !important;
  letter-spacing: 0.05cm !important;
  text-transform: uppercase !important;
  transition: all 0.6s ease;
}
body.interior #news-post .post.detail .post-content span.date time {
  font-style: normal !important;
}
body.interior #news-post .post.detail .post-content h2.post-title {
  margin: 0 0 0 0 !important;
  color: #fff !important;
}
body.interior #main #post-photos {
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 51;
}
body.interior #main #post-photos .row:last-child .gallery-container {
  padding-bottom: 0;
}
body.interior #main #post-photos .gallery-container {
  padding: 0 1em 0 0;
  margin-bottom: 1em;
}
body.interior #main #post-photos .gallery-container:nth-of-type(4n) {
  padding: 0 0 0 0;
}
@media (max-width: 1200px) {
  body.interior #main #post-photos .gallery-container:nth-of-type(4n) {
    padding: 0 1em 0 0;
  }
  body.interior #main #post-photos .gallery-container:nth-of-type(3n) {
    padding: 0 0 0 0;
  }
}
@media (max-width: 991px) {
  body.interior #main #post-photos .gallery-container:nth-of-type(4n) {
    padding: 0 1em 0 0;
  }
  body.interior #main #post-photos .gallery-container:nth-of-type(3n) {
    padding: 0 1em 0 0;
  }
  body.interior #main #post-photos .gallery-container:nth-of-type(2n) {
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  body.interior #main #post-photos .gallery-container {
    padding: 0 0 0 0 !important;
  }
}
body.interior #main #post-photos .gallery-wrapper {
  position: relative;
  background-color: #999;
  min-height: 250px;
  max-height: 250px;
  height: 250px;
  overflow: hidden;
}
body.interior #main #post-photos .gallery-cell {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
}
body.interior #main #post-photos .gallery-cell a.gallery-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: zoom-in !important;
}
body.interior #main #post-photos .gallery-cell a.gallery-image span.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,179,137,0.75);
  opacity: 0;
  transition: all 0.8s ease;
  z-index: 31;
}
body.interior #main #post-photos .gallery-cell a.gallery-image.active span.gallery-overlay {
  opacity: 1;
  transition-delay: 0.1s;
}
body.interior #main #post-photos .gallery-cell a.gallery-image span.gallery-label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  margin: 0 auto !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 auto !important;
  padding: 1.5em 2em !important;
  display: table-cell;
  vertical-align: middle;
  color: #333 !important;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.4s ease;
  text-align: center;
  z-index: 32;
}
body.interior #main #post-photos .gallery-cell a.gallery-image.active span.gallery-label {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0s;
}
body.interior #main #post-photos .gallery-cell a.gallery-image span.gallery-label em {
  display: block;
  margin: 5px 0 5px 0px;
  padding: 0 0 0 2px;
  color: #92ffff !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 13px !important;
  letter-spacing: 0.01cm !important;
  text-transform: none !important;
  font-style: normal !important;
}
body.interior #main #post-photos .gallery-cell a.gallery-image span.gallery-label strong {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  /*font-family: 'Cormorant Garamond', serif;*/
  font-family: 'Montserrat', sans-serif !important;
  line-height: 38px !important;
  letter-spacing: -0.04cm !important;
}
body.interior #main #post-photos .gallery-cell a.gallery-image span.gallery-label .svg-inline--fa {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 50px !important;
}


/* Interior: Schools, Index */
body.interior #alphabet span {
  display: inline-table;
  vertical-align: middle;
  margin: 0;
  padding: 2px 6px;
  color: #8cffeb;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Lato', sans-serif !important;
  line-height: 12px;
  letter-spacing: 0cm;
}
body.interior #alphabet {
  background-color: #f7f7f7;
}
body.interior #alphabet a.letter {
  display: inline-table !important;
  vertical-align: middle !important;
  margin: 0 3px !important;
  padding: 4px 6px !important;
  background-color: #58e0b7 !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  /*font-family: 'Cormorant Garamond', serif;*/
  font-family: 'Lato', sans-serif !important;
  line-height: 16px !important;
  letter-spacing: 0cm !important;
  text-decoration: none !important;
}
body.interior #alphabet a.letter:hover {
  background-color: #00a37c !important;
  color: #fff !important;
  text-decoration: none !important;
}
body.interior #alphabet #schools-letters {
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0.75rem 1.5rem 0.75rem 1.5rem;
	height: auto;
	background: rgb(62,210,169);
    background: -moz-linear-gradient(left, rgba(62,210,169,1) 0%, rgba(17,189,149,1) 100%);
    background: -webkit-linear-gradient(left, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
    background: linear-gradient(to right, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ed2a9', endColorstr='#11bd95',GradientType=1 );
    box-shadow: 1px 0px 0px #00a37c, 0px -1px 0px #5decc1, 2px -1px 0px #00a37c, 1px -2px 0px #5decc1, 3px -2px 0px #00a37c, 2px -3px 0px #5decc1, 4px -3px 0px #00a37c, 3px -4px 0px #5decc1;
    -webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
	filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition: margin-top 0.3s ease, margin-left 0.3s ease, box-shadow 0.3s ease;
	z-index: 53;
}
body.interior #schools .schools {
  -webkit-background-clip: padding !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  transition: all 0.5s ease !important;
}
body.interior #schools .schools.active {
  box-shadow: 0 0 30px rgba(17,189,149,1) !important;
  -webkit-background-clip: padding !important;
  -moz-background-clip: padding !important;
  background-clip: padding-box !important;
  transition: all 0.5s ease !important;
}
body.interior #schools .schools .ruler {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(118,125,127,0.22);  
  color: #4f5557;
  font-size: 20px;
  font-weight: bolder;
  /*font-family: 'Cormorant Garamond', serif;*/
  font-family: 'Lato', sans-serif;
  line-height: 20px;
  letter-spacing: 0.06cm;
  text-align: center;
  text-transform: uppercase;
}
body.interior #schools .schools .ruler .text {
  position: relative;
  top: 10px;
  background: #fff;
  padding: 0 15px 0 20px;
}
body.interior #schools .schools a {
	display: block;
	margin-bottom: 3px;
	font-size: 14px !important;
	font-weight: 500 !important;
}
body.interior #schools .schools a:hover  {}


/* Interior: Schools, Detail */
body.interior #school {}
body.interior #school #school-details {}
body.interior #school #school-card {
	position: relative;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0px;
	background-color: #fff;
	word-wrap: break-word;
	padding: 1.5rem;
	-moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 4px 40px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 4px 40px rgba(0,0,0,0.2);
    box-shadow: 2px 4px 40px rgba(0,0,0,0.2);
    z-index: 51;
}
body.interior #school #school-card #school-logo {
	position: relative;
	padding-bottom: 1.5rem;
    z-index: 52;
}
body.interior #school #school-card #school-info {
	/*padding: 1.5rem 1.75rem;*/
	margin-bottom: 1.75rem;
}
body.interior #school #school-card #school-info .school-riser {
	position: relative;
    display: block;
    margin: 0 -40px 0 -40px;
    padding: 1.25rem 1.5rem 1.25rem 1.5rem;
    height: auto;
    background-color: #25b9ff;
    box-shadow: 1px 0px 0px #008dd0, 0px -1px 0px #4cd1ff, 2px -1px 0px #008dd0, 1px -2px 0px #4cd1ff, 3px -2px 0px #008dd0, 2px -3px 0px #4cd1ff, 4px -3px 0px #008dd0, 3px -4px 0px #4cd1ff;
    -webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: margin-top 0.3s ease, margin-left 0.3s ease, box-shadow 0.3s ease;
    z-index: 53;
}
body.interior #school #school-card #school-more span {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	color: #7f7b79;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 18px;
}
body.interior #school #school-card .school-about p {
	margin-bottom: 0.75rem !important;
	color: #7f7b79 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0cm !important;
    line-height: 20px !important;
}
body.interior #school #school-card #school-info .school-name {
	margin: 0 auto 15px auto;
	padding: 0;
	/* background: #fff; */
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.01cm;
	line-height: 30px;
	font-variant: normal;
	text-transform: none;
}
body.interior #school #school-information {}
body.interior #school #school-information span {
	
}
body.interior #school #school-information .school-heading {
	display: table;
	/*width: 100%;*/
	margin-bottom: 0.75rem;

	padding: 2px 0;
    background-color: #11bd95;
    line-height: 44px;
    box-shadow: -10px 0px 0 #11bd95, 10px 0px 0 #11bd95;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

	color: #fff;
    font-size: 26px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 33px;
    letter-spacing: -0.01cm;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.interior #school .school-enrollment .school-heading-caps {
	display: block;
	/*width: 100%;*/
	margin-top: 0.5rem !important;
	margin-bottom: 0.25rem !important;
	color: #807c79 !important;
	font-size: 11px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	line-height: 14px !important;
	letter-spacing: 0.02cm !important;
}
body.interior #school #school-information .school-heading em {
	color: #fff;
    font-weight: 900;
    letter-spacing: 0cm;
    text-transform: uppercase;
    font-style: normal;
}
body.interior #school #school-information .school-section {
	margin-bottom: 1.5rem;
}
body.interior #school #school-information .school-section div.col-lg-6 {
	text-align: left;
}
body.interior #school #school-information .school-section div.col-lg-6:nth-of-type(odd) {
    text-align: right;
}
body.interior #school #school-information .school-section span {
	display: block;
	width: 100%;
	margin-bottom: 0.25rem;
	color: #b3adaa;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 0.02cm;
}
body.interior #school #school-information .school-section strong {
	display: block;
	width: 100%;
	margin-bottom: 0.65rem;
	color: #333130;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}
body.interior #school #school-information .school-section p {
	margin: 0 !important;
	color: #333130 !important;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 16px !important;	
}
body.interior #school #school-degrees {}
body.interior #school #school-degrees .degrees {
	margin-bottom: 3rem;
}
body.interior #school #school-degrees .degrees p {
	margin: 0 !important;

	margin: 0 0 5px 0 !important;
	padding: 0 0 5px 0 !important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}


/* Interior: Staff */
body.interior #staff {}
body.interior #staff .staff-category {
	margin-bottom: 1rem;
}
body.interior #staff .staff-category .staff-category-label {
	display: block;
	margin-bottom: 0.2rem;
	color: #a2a1a6;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 15px;
	letter-spacing: 0.04cm;
	text-transform: uppercase;
}
body.interior #staff .staffer {
	margin-bottom: 0.2rem;
}
body.interior #staff .staffer .title {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;
}
body.interior #staff .staffer .name {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;
}


/* Interior: Degrees */
body.interior #degrees {}
body.interior #degrees h1.degrees-category {
	position: relative;
	margin: 0 auto 25px auto;
	padding: 0;
	height: auto;
	color: #fff;
	font-size: 27px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	line-height: 28px;
	letter-spacing: -0.02cm;

	display: block;
    width: 106%;
    margin-left: -3%;
    padding: 0.8rem 1.5rem 1rem 1.5rem;

    /* Blue */
    background-color: #25b9ff;
    box-shadow: -1px -0px 0px #008dd0,-0px -1px 0px #4cd1ff,
    -2px -1px 0px #008dd0,-1px -2px 0px #4cd1ff,
    -3px -2px 0px #008dd0,-2px -3px 0px #4cd1ff,
    -4px -3px 0px #008dd0,-3px -4px 0px #4cd1ff;

	-webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));

    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: margin-top 0.4s ease,
    margin-left 0.4s ease,
    box-shadow 0.4s ease;
}
body.interior #degrees h1.degrees-category span {
	position: relative;
	/*font-size: 34px;*/
	font-family: 'Limelight', cursive;
	text-shadow: 0 1px 0px #26bfe8, 0 -1px 0px #26bfe8, 1px 0 0px #26bfe8, -1px 0 0px #26bfe8 !important;
	font-weight: bold;
}
body.interior #degrees h1.degrees-category strong {
	font-weight: 900;
	letter-spacing: 0cm;
}
body.interior #degree-header {
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
body.interior #degree-header span {
	color: #b3adaa;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 0.02cm;
}
body.interior #degree-list {}
body.interior #degree-list .degree.collapsed {
	background-color: #fff;
	cursor: pointer !important;
	color: #444 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 16px !important;
	letter-spacing: 0cm !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.interior #degree-list .degree:hover {
	color: #444 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 16px !important;
	letter-spacing: 0cm !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.interior #degree-list .degree {
	background-color: #25b9ff;
	cursor: pointer !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 16px !important;
	letter-spacing: 0cm !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.interior #degree-list .degree.collapsed small {
	color: #25b9ff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 16px;
	letter-spacing: 0cm;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body.interior #degree-list .degree small {
	color: #006c9e;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 16px;
	letter-spacing: 0cm;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
body.interior #degree-list .degree.collapsed .svg-inline--fa {
	color: rgba(0,0,0,0.35);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.interior #degree-list .degree .svg-inline--fa {
	color: #6cedff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.interior #degree-list .degree.collapsed span.degree-title {
	color: #444 !important;
}
body.interior #degree-list .degree span.degree-title {
	color: #fff !important;
}
body.interior #degree-list .degree span.badge {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	line-height: 15px;
	letter-spacing: 0cm;

    padding: 0.4rem 0.5rem;
    border-radius: 0;

    background-color: #25b9ff;
    box-shadow: -1px -0px 0px #008dd0,-0px -1px 0px #4cd1ff,
    -2px -1px 0px #008dd0,-1px -2px 0px #4cd1ff,
    -3px -2px 0px #008dd0,-2px -3px 0px #4cd1ff,
    -4px -3px 0px #008dd0,-3px -4px 0px #4cd1ff;

	-webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));

    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: margin-top 0.4s ease,
    margin-left 0.4s ease,
    box-shadow 0.4s ease;
}
body.interior #degree-list .card-body {
	background-color: rgba(0,0,0,0.05);
	border-left: 1px solid rgba(0,0,0,0.125);
	border-right: 1px solid rgba(0,0,0,0.125);
	line-height: 16px !important;
}
body.interior #degree-list .card-body .schools {}
body.interior #degree-list .card-body .schools .school {
	padding: 0.5rem 0 !important;
}
body.interior #degree-list .card-body .schools .school .svg-inline--fa {
	float: left;
    margin: 2px 6px 0 0;
    color: rgba(0,0,0,0.2);
    font-size: 12px;
}
body.interior #degree-list .card-body .schools .school a {
	display:block;
  	overflow:hidden;
	color: #555;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 16px;
	letter-spacing: 0cm;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.interior #degree-list .card-body .schools .school a:hover {
	color: #008dd0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.interior #career-filter a {
	/*position: relative;
	display: table;
	margin: 0 auto 0 auto;
	padding: 0.75rem 1.5rem 0.75rem 1.5rem;
	height: auto;
	background: rgb(62,210,169);
	background: -moz-linear-gradient(left, rgba(62,210,169,1) 0%, rgba(17,189,149,1) 100%);
	background: -webkit-linear-gradient(left, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
	background: linear-gradient(to right, rgba(62,210,169,1) 0%,rgba(17,189,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ed2a9', endColorstr='#11bd95',GradientType=1 );
	box-shadow: 1px 0px 0px #00a37c, 0px -1px 0px #5decc1, 2px -1px 0px #00a37c, 1px -2px 0px #5decc1, 3px -2px 0px #00a37c, 2px -3px 0px #5decc1, 4px -3px 0px #00a37c, 3px -4px 0px #5decc1;
	-webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
	filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition: margin-top 0.3s ease, margin-left 0.3s ease, box-shadow 0.3s ease;
	z-index: 53;

	color: #fff !important;
	font-size: 16px !important;
	font-weight: bolder !important;
	font-family: 'Lato', sans-serif !important;
	line-height: 16px !important;
	letter-spacing: 0cm !important;
	text-decoration: none !important;*/
}


/* Interior: Careers */
body.interior .career-header {
	display: block;
	margin-bottom: 10px;
	color: #777;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 14px;
	letter-spacing: 0.03cm;
	text-transform: uppercase;
}
body.interior .career-category-title {
	display: block;
	margin-bottom: 6px;
	color: #00a37c;
	font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0cm;
    line-height: 18px;
    text-transform: none;
    text-decoration: none;
    font-variant: normal;
}
body.interior ul#careers-list {
	list-style: none;
	marign-left: 0;
	padding: 0 0 0 20px;
	color: #444 !important; /* rgba(17,189,149,1) */
	font-size: 15px !important;
	font-weight: 400 !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 16px !important;
	letter-spacing: 0cm !important;
}
body.interior ul#careers-list li {
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #444 !important; /* rgba(17,189,149,1) */
	font-size: 15px !important;
	font-weight: 400 !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 16px !important;
	letter-spacing: 0cm !important;
}
body.interior ul#careers-list li:last-child {
	border-bottom: 0px;
}
body.interior ul#careers-list li a {
	font-weight: 400 !important;	
}
body.interior #career-title {
	position: relative;
	margin: 0 auto 25px auto !important;
	padding: 0 !important;
	height: auto !important;
	color: #fff !important;
	font-size: 27px !important;
	font-weight: 300 !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 28px !important;
	letter-spacing: -0.02cm !important;

	display: block;
    width: 106%;
    margin-left: -3% !important;
    padding: 0.8rem 1.5rem 1rem 1.5rem !important;

    /* Blue */
    background-color: #25b9ff;
    box-shadow: -1px -0px 0px #008dd0,-0px -1px 0px #4cd1ff,
    -2px -1px 0px #008dd0,-1px -2px 0px #4cd1ff,
    -3px -2px 0px #008dd0,-2px -3px 0px #4cd1ff,
    -4px -3px 0px #008dd0,-3px -4px 0px #4cd1ff;

	-webkit-filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));
    filter: drop-shadow(2px 1px 8px rgba(0,0,0,0.3));

    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: margin-top 0.4s ease,
    margin-left 0.4s ease,
    box-shadow 0.4s ease;
}
body.interior #career-title span {
	position: relative;
	/*font-size: 34px;*/
	font-family: 'Limelight', cursive !important;
	text-shadow: 0 1px 0px #26bfe8, 0 -1px 0px #26bfe8, 1px 0 0px #26bfe8, -1px 0 0px #26bfe8 !important;
	font-weight: bold !important;
}
body.interior #career-title strong {
	font-weight: 900 !important;
	letter-spacing: 0cm !important;
}
body.interior .career-card-title {
	display: table;
    /* width: 100%; */
    margin: 0 0 0.1rem 0 !important;
    padding: 2px 0.65rem;
    background-color: #11bd95;
    line-height: 44px;
    /*box-shadow: -10px 0px 0 #11bd95, 10px 0px 0 #11bd95;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 33px;
    letter-spacing: -0.01cm;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.interior .career-card-subtitle {
	display: block;
	margin: 0 0 0.75rem 0 !important;
	color: #777;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 14px;
	letter-spacing: 0.03cm;
	text-transform: uppercase;
}
body.interior .career-card-text strong {
	font-size: 30px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    line-height: 36px;
    letter-spacing: 0cm;
    text-transform: uppercase;

    font-weight: 300;
    letter-spacing: -0.03cm;
    text-transform: uppercase;
    font-style: normal;
}
body.interior .career-card-header {
	padding: .5rem 1.25rem;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 13px;
	letter-spacing: 0.03cm;
	text-transform: uppercase;
}
body.interior .career-card-body {
	padding: .5rem 1.25rem;
	color: #444 !important; /* rgba(17,189,149,1) */
	font-size: 15px !important;
	font-weight: 400 !important;
	font-family: 'Montserrat', sans-serif !important;
	line-height: 16px !important;
	letter-spacing: 0cm !important;
}
body.interior .employer-city {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 13px;
	letter-spacing: 0.03cm;
	text-transform: uppercase;
}


/* Interior: Footer */
body.interior #footer #rebrand p {
    color: #fff;
}
body.interior #footer #rebrand a.first {
    color: #fff !important;
    font-weight: 700 !important;
}
body.interior #footer #rebrand a:hover {
    color: #fff !important;
}
body.interior #footer #rebrand #social ul li a {
    color: #16f3c0 !important;
}
body.interior #footer #rebrand #social ul li a:hover {
    color: #fff !important;
}
body.interior #footer #rebrand h6 a {
    color: #16f3c0 !important;
}
body.interior #footer #rebrand h6 a:hover {
    color: #fff !important;
}
body.interior #footer #rebrand p.legal {
    color: rgba(255,255,255,0.75);
}
body.interior #footer #about {
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
}
body.interior #footer #about h5 {
    color: #fff;
}
body.interior #footer #about p {
    color: rgba(255,255,255,0.9);
}
body.interior #footer #about a {
    color: #fff;
}
body.interior #footer #vert .copy {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}


/* Button */
.btn.newbtn.left { float: none !important; }
.btn.newbtn.right { float: none !important; }
.btn.newbtn:nth-of-type(n+2) {
	/*margin-top: 10px;*/
}
.btn.newbtn {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	display: inline-block;
	overflow: hidden;
	min-height: 53px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 0;
	line-height: 20px;
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #888;
}
.btn.newbtnsmall {
	min-height: 40px;
}
.btn.newbtn span.icon,
.btn.newbtn span.title { 
	display: block;
	position: relative;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn.newbtnsmall span.icon,
.btn.newbtnsmall span.title { 
	line-height: 40px;
}
.btn.newbtn span.icon { 
	padding: 0 15px 0 20px;
}
.btn.newbtn span.left {
	float: left;
	border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
}
.btn.newbtn span.right {
	float: right;
	border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
}
.btn.newbtn span.icon {
	font-size: 23px;
    background-color: #66625f;
    -webkit-box-shadow: 0 3px 0 0 #504d4a;
    box-shadow: 0 3px 0 0 #504d4a;
    text-shadow: 0px 1px 1px #888;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn.newbtn:hover span.icon {
    /* Purple/Pink */
    /*background-color: #a400e4;
    -webkit-box-shadow: 0 3px 0 0 #8a00ca;
    box-shadow: 0 3px 0 0 #8a00ca;*/
    /* Blue */
    background-color: #0093d6;
    -webkit-box-shadow: 0 3px 0 0 #007bbd;
    box-shadow: 0 3px 0 0 #007bbd;
    text-shadow: 0px 1px 1px #888;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn.newbtn span.title {
	-webkit-box-shadow: 0 3px 0 0 #817e7b;
    box-shadow: 0 3px 0 0 #817e7b;
    background-color: #999592;
}
.btn.newbtn:hover span.title {
	/* Purple/Pink */
	/*background-color: #de3aff;
	-webkit-box-shadow: 0 3px 0 0 #c10ae3;
	box-shadow: 0 3px 0 0 #c10ae3;*/
	/* Blue */
	background-color: #25b9ff;
	-webkit-box-shadow: 0 3px 0 0 #00a0e4;
	box-shadow: 0 3px 0 0 #00a0e4;
}
.btn.newbtn span.arrow-left,
.btn.newbtn span.arrow-right {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	-webkit-transition: all .3s;
	-transition: all .3s;
	-webkit-transition-property: left, right;
	transition-property: left, right;
}
.btn.newbtn span.icon.left .svg-inline--fa, 
.btn.newbtn span.icon.right .svg-inline--fa {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.newbtn.left span.arrow-left {
	right: 0;
	-webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
	box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
	border-right: 10px solid #00cdae;
}
.btn.newbtn.right span.arrow-left {
	right: 0;
	-webkit-box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
	box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
	border-right: 10px solid #00967f;
}
.btn.newbtn.left span.arrow-right {
	left: 0;
	-webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
	box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
	border-left: 10px solid #00967f;
}
.btn.newbtn.right span.arrow-right {
	left: 0;
	-webkit-box-shadow: -10px 0 0 0 #26bfe8, -10px 3px 0 0 #00a6ce;
	box-shadow: -10px 0 0 0 #26bfe8, -10px 3px 0 0 #00a6ce;
	border-left: 10px solid #26bfe8;
}
.btn.newbtn span.slant-left, 
.btn.newbtn span.slant-right {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 50px solid transparent;
	-webkit-transition: all .3s;
	-transition: all .3s;
	-webkit-transition-property: left, right;
	transition-property: left,right;
}
.btn.newbtn.left span.slant-right {
	left: 0;
	-webkit-box-shadow: -10px 0 0 0 #26bfe8, -10px 3px 0 0 #007261;
	box-shadow: -10px 0 0 0 #26bfe8, -10px 3px 0 0 #007261;
	border-left: 10px solid #26bfe8;
}
.btn.newbtn.right span.slant-right {
	left: 0;
    -webkit-box-shadow: -10px 0 0 0 #999592, -10px 3px 0 0 #817e7b;
    box-shadow: -10px 0 0 0 #999592, -10px 3px 0 0 #817e7b;
    border-left: 10px solid #999592;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.newbtn.right:hover span.slant-right {
	/* Purple/Pink */
    /*-webkit-box-shadow: -10px 0 0 0 #de3aff, -10px 3px 0 0 #c10ae3;
    box-shadow: -10px 0 0 0 #de3aff, -10px 3px 0 0 #c10ae3;
    border-left: 10px solid #de3aff;*/
    /* Blue */
    -webkit-box-shadow: -10px 0 0 0 #25b9ff, -10px 3px 0 0 #00a0e4;
    box-shadow: -10px 0 0 0 #25b9ff, -10px 3px 0 0 #00a0e4;
    border-left: 10px solid #25b9ff;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.newbtn.left span.slant-left {
	right: 0;
	-webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
	box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
	border-right: 10px solid #00cdae;
}
.btn.newbtn.right span.slant-left {
	right: 0;
	-webkit-box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
	box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
	border-right: 10px solid #00967f;
}
.btn.newbtn:active, 
.btn.newbtn.active {
	height: 51px;
}
.btn.newbtnsmall:active, 
.btn.newbtnsmall.active {
	height: 40px;
}
.btn.newbtn:hover {}
.btn.newbtn:hover span.arrow-left {
	right: 10px;
}
.btn.newbtn:hover span.arrow-right { 
	left: 10px;
}
.btn.newbtn:hover span.icon { 
	padding: 0 10px 0 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.newbtn:hover span.icon.left .svg-inline--fa { 
	color: #6eebff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.newbtn:hover span.icon.right .svg-inline--fa { 
	color: #6eebff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.newbtn:hover span.slant-left {
	right: 10px;
}
.btn.newbtn:hover span.slant-right {
	left: 10px;
}

body.interior #main .post-content p {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 30px !important;
}

body.interior #main .article-abstract p
{
	font-size: 1.25rem;
	line-height: 1.5;
}

.post-image-wrap .caption {
	font-size: 0.8rem;
}

.post-image-credit {
	position: absolute;
	right: 5px;
	bottom: 3px;
	text-shadow: 0px 0px 7px black;
	color: #fff;
	font-size: 11px;
}

.post-image {
	position: relative;
	display: inline-block;
}