@charset "UTF-8";
/* CSS Document */

/* included css libraries
-- animate.css
*/

/* Colors
Etown Blue - #004c97   rgba(0,76,151,1)
Dark Blue Background - #021e43    rgba(2,30,67,1)
Light Blue - #e0efff
Hot Blue - #04D5FC

--- secondary colors
Red - #8c0012
Green - #829500
Orange- #c47708
Purple - #8808c4
Yellow - #e3d900
Light Gray - #ECEDF2
Gray - #a9b0b3
Dark Gray - #404749

Blue to Dark Blue Gradient -
background: #004c97;
background: -moz-linear-gradient(45deg,  #004c97 19%, #021e43 100%);
background: -webkit-linear-gradient(45deg,  #004c97 19%,#021e43 100%);
background: linear-gradient(45deg,  #004c97 19%,#021e43 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c97', endColorstr='#021e43',GradientType=1 );

Capital Campaign Colors
Fulfilling Dreams Purple: #40235a
Realworld Learning Orange: #d98401
Building Community Green: #2e652b

Breakpoints
xs= 0-767 pixels
sm = 768-991 pixels
md = 992-1199 pixels
lg = 1200 pixels and up


*/

/** temp styles for transition or left over styles **/
.staff-block {border-top: solid 1px #ededed;
	padding-top: 20px;
	padding-bottom: 20px; }

/* accessibility specific */
a.skiplink {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}
a.skiplink:focus {position:static; width:auto;height:auto; background:#fff;}
.screenreader {display:none;}

/* over rides */
.panel-title>a {display:block;}
.panel-default>.panel-heading {background-color:#e0efff;}
.panel-heading a[aria-expanded="false"]:before {
	font-family: 'Glyphicons Halflings';
	content: "\002b";
	font-weight:100;
	float:left;
	padding-right:5px;
}
.panel .panel-heading a[aria-expanded="true"]:before {
	font-family: 'Glyphicons Halflings';
	content: "\2212";
	float:left;
	padding-right:5px;
}
.panel-group .panel {overflow:hidden;}
.dropdown-menu {
background-color: #c8c8c8;
}
.dropdown-menu>li>a {white-space:normal;}
.left {float:left;}
.right {float:right;}
#main-content.col-sm-12 {float:none;}

/* hide all */
.hide-all {display:none; visibility:visible;}

.card-header {
	padding-left: 15px;
}
.card-header a[aria-expanded="false"]:before {
	font-family: 'Glyphicons Halflings';
	content: "\002b";
	font-weight:100;
	float:left;
	padding-right:5px;
}
.card .card-header a[aria-expanded="true"]:before {
	font-family: 'Glyphicons Halflings';
	content: "\2212";
	float:left;
	padding-right:5px;
}

/*
#main-content p>a {text-decoration: underline; transition: all 0.5s ease;}
#main-content p>a:visited {color:#8808c4;}
#main-content p>a:hover, #main-content p>a:focus, #main-content p>a:active {background:#4d4d4d; text-decoration:none; color:#ffffff;}
*/

#main-content a {text-decoration: underline; transition: all 0.5s ease;}
#main-content a:hover, #main-content a:focus, #main-content a:active {background:#4d4d4d; text-decoration:none; color:#ffffff;}

#main-content .btn {white-space: normal;}
#main-content .btn {
	color:#ffffff  !important;
	border: solid 1px #005589;
	background: #0069aa;
	background: -webkit-gradient(linear, left top, left bottom, from(#0069aa), to(#005589));
	background: -moz-linear-gradient(top,  #0069aa,  #005589);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069aa', endColorstr='#005589');
}
#main-content .btn:hover {
	color: #ffffff;
	border: solid 1px #a6a6a6;
	background: #cecece;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#a6a6a6));
	background: -moz-linear-gradient(top,  #cecece,  #a6a6a6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#a6a6a6');
}
#main-content .btn:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#404749 ), to(#a9b0b3 ));
	background: -moz-linear-gradient(top,  #404749,  #a9b0b3 );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#404749', endColorstr='#a9b0b3 ');
}


/* hides for device hacks */
@media only screen and (min-width:768px){
	.mobile-only {display:none; visibility:hidden;}
	.desktop-only {display:block; visibility:visible;}
}

@media only screen and (max-width:767px){
	.mobile-only {display:block; visibility:visible;}
	.desktop-only {display:none; visibility:hidden;}
}

@media only screen and (max-width:400px){
	#main-content img {width:100%; height:auto;}
}



img, object, embed, video{border:0 none; max-width: 100%; height:auto;}
body{ background-color:#ffffff; font-family: 'Open Sans', Helvetica, sans-serif;}
h1,h2,h3,h4,h5 {font-family: 'Libre Baskerville', serif;}
#main-content h1,#main-content h2,#main-content h3,#main-content h4,#main-content h5 {color:#000;}
a {color:#004C97;}
.wrapper{
	max-width:1200px;
	margin:0 auto;
	padding:0px;
	min-width:320px;}


/*********************************************************************************************************/
/* 5 column layout addition */
/*********************************************************************************************************/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}




/*********************************************************************************************************/
/* common styles, margins and paddings for spacing layout */
/*********************************************************************************************************/

span.row {display:block;} /* added to overcome issues with html3 wysiwyg, esp a wrapping block level elements

/**** margin 0 padding 0 ****/
.mt0 {margin-top:0 !important;}
.mr0 {margin-right:0 !important;}
.mb0 {margin-bottom:0 !important;}
.ml0 {margin-left:0 !important;}
.m0 {margin:0 !important;}

.pt0 {padding-top:0 !important;}
.pr0 {padding-right:0 !important;}
.pb0 {padding-bottom:0 !important;}
.pl0 {padding-left:0 !important;}
.p0 {padding:0 !important;}


/**** margin  padding 10 ****/
.mt10 {margin-top:10px !important;}
.mr10 {margin-right:10px !important;}
.mb10 {margin-bottom:10px !important;}
.ml10 {margin-left:10px !important;}
.m10 {margin:10px !important;}

.pt10 {padding-top:10px !important;}
.pr10 {padding-right:10px !important;}
.pb10 {padding-bottom:10px !important;}
.pl10 {padding-left:10px !important;}
.p10 {padding:10px !important;}


/**** margin  padding 20 ****/
.mt20 {margin-top:20px !important;}
.mr20 {margin-right:20px !important;}
.mb20 {margin-bottom:20px !important;}
.ml20 {margin-left:20px !important;}
.m20 {margin:20px !important;}

.pt20 {padding-top:20px !important;}
.pr20 {padding-right:20px !important;}
.pb20 {padding-bottom:20px !important;}
.pl20 {padding-left:20px !important;}
.p20 {padding:20px !important;}

/**** margin  padding 30 ****/
.mt30 {margin-top:30px !important;}
.mr30 {margin-right:30px !important;}
.mb30 {margin-bottom:30px !important;}
.ml30 {margin-left:30px !important;}
.m30 {margin:30px !important;}

.pt30 {padding-top:30px !important;}
.pr30 {padding-right:30px !important;}
.pb30 {padding-bottom:30px !important;}
.pl30 {padding-left:30px !important;}
.p30 {padding:30px !important;}


/**** margin  padding 40  good for seperating h2 paragraphs or sectional content ****/
.mt40 {margin-top:40px !important;}
.mr40 {margin-right:40px !important;}
.mb40 {margin-bottom:40px !important;}
.ml40 {margin-left:40px !important;}
.m40 {margin:40px !important;}

.pt40 {padding-top:40px !important;}
.pr40 {padding-right:40px !important;}
.pb40 {padding-bottom:40px !important;}
.pl40 {padding-left:40px !important;}
.p40 {padding:40px !important;}


/*********************************************************************************************************/
/********** Common typography  ********************************************************************************/
/*********************************************************************************************************/

/**** heading with blueline under text and gray line rest of width  ****/
#main-content .title-borderbottom a {text-decoration:none;}
#main-content .title-borderbottom a:hover, #main-content .title-borderbottom a:focus, #main-content .title-borderbottom a:active {text-decoration:none;}

.title-borderbottom-wrap {border-bottom:1px solid #d8d8d8;}
.title-borderbottom-wrap .title-borderbottom, .title-borderbottom-wrap h1, .title-borderbottom-wrap h2, .title-borderbottom-wrap h3, .title-borderbottom-wrap h4, .title-borderbottom-wrap h5, .title-borderbottom-wrap h6 {
	display: inline-block;
	border-bottom: 3px solid #004c97;
	margin: 0px;
	padding-bottom: 6px;
	margin-bottom: -2px;
}

.huge-title {font-size: 50px;}
@media only screen and (min-width:768px){
	.huge-title {font-size: 100px;}
}

.large-body-text {font-size:18px;}

/*** ordered list ***/
ol.circles {
	list-style-type: none;
	margin: 0;
	margin-left: 1.75em;
	padding: 0;
	counter-reset: ol-counter
}

ol.circles>li {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 1rem;
	min-height: 2rem;
}

ol.circles>li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.25rem;
	height: 2.25rem;
	font-size: 1.3rem;
	line-height: 2.3rem;
	text-align: center;
	border-radius: 50%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	color: white;
	background-color: #535961;
	content: counter(ol-counter);
	counter-increment: ol-counter
}


/*********************************************************************************************************/
/********** Start header  ********************************************************************************/
/*********************************************************************************************************/

.header{
	width:100%;
	display:block;
	min-height:136px;
	padding-top:0px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	background: #0A2240;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c97', endColorstr='#021e43',GradientType=1 );
}

.logo{
	padding:18px 0px;
	margin:0 auto;
	text-align:left;
}

@media only screen and (min-width: 230px) and (max-width:767px){
	.wrapper { width:100%; margin:0% 0%; }
	.header{min-height:52px;}
	.logo { display:none !important; visibility:hidden;}
	.header{ box-shadow:none !important; background-image:none !important; }

}

@media only screen and (min-width: 781px) and (max-width:1064px) {
	.wrapper { width:96%; margin:0% 2%; }
	.logo{ float:none !important; margin:0 auto !important; width:100% !important; text-align:left; }
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
	.wrapper { width:96%; margin:0% 2%; }
}



/*********************************************************************************************************/
/********** Start Main menu  ********************************************************************************/
/*********************************************************************************************************/


/****** additional sectioning for side nav ********/
ul.nav h3 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 16px;
	border-bottom: solid #cecece 2px;
	width: 100%;
	padding: 10px 5px 5px 5px;
}


/*------------------------------------ Desktop Menu CSS ---------------------------------------------*/

.wsmenuexpandermain{position: relative;}
.overlapblackbg{ display:none;}
.wsmenu{
	color:#fff;
	position:relative;
	font-size:15px;
	padding:0px;
	margin:0px auto;
	width:100%;
	max-width:1200px;
	background-color:#ffffff;
}
.wsmenu-bkg {width:100%; background:#fff; } /* wrapper for menu to get bkg full width but keep mega menu at 1200 */
.wsmenu-list{
	text-align:left;
	margin:0 auto 0 auto;
	width:100%;
	display: table;
	padding:0px;
}

.wsmenu-list > li{
	text-align:center;
	display: table-cell;}

.wsmenu-list > li > a .fa{
	display: inline-block;
	font-size:14px;
	line-height:inherit;
	margin-right:0px;}

.wsmenu-list li a .arrow:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #b3b3b3;
	content: "";
	float: right;
	height: 0;
	margin: 0 0 0 9px;
	position: absolute;
	text-align: right;
	top: 22px;
	width: 0;}

.wsmenu-list > li > a{
	display:block;
	background-color:#fff;
	color:#424242;
	padding:0px 14px; line-height:48px;
	border-left:1px solid rgba(0,0,0,0.10);
	border-right:1px solid rgba(0,0,0,0.10);
	text-decoration:none;
	position:relative;
}

.wsmenu-list li a:hover .arrow:after{ border-top-color:#b3b3b3}
.wsmenu-list li a.active .arrow:after{ border-top-color:#b3b3b3}
.wsmenu-list li:hover>a .arrow:after{ border-top-color:#b3b3b3}

.megamenu iframe{width:100%; margin-top:10px; min-height:200px; }
.megamenu video{ width:100%; margin-top:10px;  min-height:200px;}

a#de {
	background: rgba(0, 0, 0, 0) url("https://www.etown.edu/images/cca_images/header/ETOWN_Footer_Logo.png") no-repeat;
	display: block;
	height: 80px;
	width: auto;
	background-size: cover;
}

a#de span {display:none;}

/*For megamenu desktop */
@media (min-width:767px){
	.wsmenu-submenu{box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);}
	.megamenu{box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.2);border: solid 1px rgba(0,0,0,.2);}
}

.wsmenu-list li:hover .megamenu{opacity:1;}
.megamenu{
	width:100%;
	left:0px;
	position:absolute;
	top:48px;
	color:#000;
	z-index:1000;
	margin:0px;
	text-align:left;
	padding:14px;
	font-size:13px;
	border:solid 1px #eeeeee;
	background-color:#fff;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.megamenu .title{
	border-bottom:1px solid #CCC;
	font-size:14px;
	padding:9px 5px 9px 0px;
	font-size:17px;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	/* height:39px;  commented out to allow multi line headers */
	margin-top: 0;
	line-height:normal;
	font-weight:600;
	font-family:'Open Sans', Helvetica, sans-serif;
}

.link-list li{
	display:block;
	text-align:center;
	white-space:normal;
	text-align:left;}

.link-list li a{
	line-height:18px;
	border-right:none;
	text-align:left;
	padding:6px 0px;
	background:#fff !important;
	background-image:none !important;
	color: #666666;
	border-right: 0 none !important;
	display:block;
	border-right:1px solid #e7e7e7;
	background-color:#fff;
	color:#424242;}

.link-list .fa{font-size:11px;}

.wsmenu-list .megamenu  li:hover>a{background:transparent !important;}
.wsmenu-list .megamenu  li a:hover{background:#004C97 !important; text-decoration:none; color:#fff;}
.wsmenu-list .megamenu li .fa {  margin-right:5px;    text-align: center;    width: 18px;}

/*For halfmenu */
.halfmenu{
	width:38%; /* changed from 40% to avoide extra space on right side of site */
	right:auto !important;
	left:auto !important;}
/*For halfmenu */


/*in menu carousel for desktop */
.megamenu .left.carousel-control{ padding-top:20%; }
.megamenu .right.carousel-control{ padding-top:20%; }
.carousel-inner .item img{ width:100%; }
.megamenu .carousel-caption{
	bottom:0px;
	background-color:rgba(0,0,0,0.7);
	font-size: 13px;
	height: 31px;
	left: 0;
	padding: 7px 0;
	right: 0;
	width: 100%;}


.megamenu .carousel .item > .color-block {font-size:24px; width:100%; height:140px; text-align:center; color:#fff;}
.megamenu .carousel .item > .color-block a {font-size:24px; width:100%; height:140px; padding:10px; text-align:center; color:#fff; display:block; padding:10px; }
.item >.color-block.blue {background-color:#0054A0;}
.item >.color-block.red {background-color:#bc204b;}
.item >.color-block.green {background-color:#a8ad00;}


.megamenu .carousel-control {opacity:1; text-shadow:0 1px 2px rgba(0,0,0,1);}

.megamenu .carousel-control.left:hover {background-image: linear-gradient(to right,rgba(0,76,151,.5) 0,rgba(0,76,151,.0001) 100%)}
.megamenu .carousel-control.right:hover {background-image: linear-gradient(to right,rgba(0,76,151,.0001) 0,rgba(0,76,151,.5) 100%)}

/*Animation main menu dropdown etc */
/* click to open */
.wsmenu-list li.onclickopen > .megamenu {display:block !important; transform: rotateX(0deg); -o-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1; visibility:visible;}
.wsmenu-list li.onclickopen > .wsmenu-submenu {display:block !important; transform: rotateX(0deg); -o-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1; visibility:visible;}
.wsmenu-list li.onclickopen > .wsmenu-submenu-sub{display:block !important; transform: rotateX(0deg); -o-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1; visibility:visible;}
.wsmenu-list li.onclickopen > .wsmenu-submenu-sub-sub{display:block !important; transform: rotateX(0deg); -o-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1; visibility:visible;}


.wsmenu-list li > .wsmenu-submenu{
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility:hidden;
}

/* hide for click instead of hover
.wsmenu-list li:hover > .wsmenu-submenu{
transform: rotateX(0deg);
-o-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1;
visibility:visible;
}
*/
.wsmenu-list li > .megamenu{
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility:hidden;
}

/* hide for click instead of hover
.wsmenu-list li:hover > .megamenu{
transform: rotateX(0deg);
-o-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1;
visibility:visible;
}
*/

/* Submenu CSS */
.wsmenu-submenu{
	position:absolute;
	top: 48px;
	z-index:1000;
	margin:0px;
	padding:8px 10px;
	border:solid 1px #eeeeee;
	background-color:#fff;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.wsmenu-submenu li a {
	/* background:#fff !important;  commented out to show inner shadow */
	background-image:none !important;
	color: #424242 !important;
	border-right: 0 none !important;
	text-align:left;
	display:block;
	line-height:22px;
	padding:6px 12px;
	text-transform:none;
	font-size:13px;
	letter-spacing:normal;
	border-right:0px solid;}

.wsmenu-submenu li{position:relative; margin:0px; padding:0px;}

.wsmenuexpandermain{display:none;}

.wsmenu-list li:hover .wsmenu-submenu{display:block;}

.wsmenu-submenu li{position:relative; padding:0px; margin:0px; display:block;}

.wsmenu-click{display:none;}


/* menu colors */
.wsmenu-list > li:hover > a{background-color:rgb(0, 76, 151) !important; text-decoration:none; color:#fff !important;} /*main menu hover color */
.wsmenu-list > li > a:hover {background-color:rgb(0, 76, 151) !important;  text-decoration:none; color:#fff;}
.wsmenu-list > li > a.active{background-color:rgb(0, 76, 151) !important; text-decoration:none; color:#fff !important;}
.wsmenu-submenu > li > a:hover {background-color:rgb(0, 76, 151) !important; border-radius:0px !important; text-decoration:none;  text-decoration:none; color:#fff !important;}

.wsmenu-submenu .fa{ margin-right:7px;}

#utility-nav{
	display: table-row;
	position: absolute;
	top: -87px;
	right: 0;
	font-size: 10px;
	padding:0;
}

#utility-nav #utility-nav-links {
	display:block;
	float:left;
	padding:0;
}

#utility-nav #utility-nav-links li {
	float: left;
	list-style:none;
	text-align:center;
	margin-right:6px;
}

#utility-nav #utility-nav-links li .fa { font-size:18px;
}

#utility-nav-links li:hover {background:transparent !important;}
#utility-nav-links li:active {background:transparent !important;}

#utility-nav-links > li a {color:#ededed !important; display:block; padding:10px 6px;}
#utility-nav-links > li a:active {color:#fff !important;}
#utility-nav-links > li a:hover {color:#fff !important;}

#utility-nav .navbar-form .form-control {
	width: 120px;
	height:30px;
	vertical-align: top;
}
#utility-nav .btn {font-size:12px; background:#004c97; color:#fff;}
#utility-nav .btn:hover {font-size:12px; background:#fff; color:#004c97}
#utility-nav .btn:active {font-size:12px; background:#fff; color:#004c97}

#utility-nav #utility-nav-search {
	display:block;
	float:right;
}


/*  for new google search box */

div#___gcse_0 {
	display: block;
	float: right;
	margin-top: 9px;
	color: #000000;
}

#___gcse_0 form.gsc-search-box {
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
}

#___gcse_0 table.gsc-search-box {
	margin: 0;
	width: 210px;
	/* height:30px; */
	/* vertical-align: top; */
}

#___gcse_0 td.gsc-input {padding: 0;}

#___gcse_0 input#gsc-i-id1 {
	width: 100%;
	height: 27px;
	vertical-align: top;
}

#___gcse_0 td.gsc-search-button .gsc-search-button {background: #004c97;border: none;color: #fff;}


/* Google search results page */
#___gcse_1 .gsc-results .gsc-webResult.gsc-result {
	padding: 1em;
}
#___gcse_1 .gsc-cursor-box.gs-bidi-start-align {
	overflow: hidden;
}
/* End google search styling */



#utility-nav #utility-nav-social {display:block; clear:both; padding-right:55px; float:right}
#utility-nav #utility-nav-social li {
	float: left;
	list-style:none;
	padding: 0 5px;
}

#utility-nav #utility-nav-links li ul.audience-menu {background:#004c97; min-width:1px; margin-top: 0;}
#utility-nav #utility-nav-links li ul.audience-menu li {float:none; padding:0; margin:0; text-align:left;}
#utility-nav #utility-nav-links li ul.audience-menu li a {color:#fff !important; padding:8px; white-space: nowrap;}
#utility-nav #utility-nav-links li ul.audience-menu li a:hover,
#utility-nav #utility-nav-links li ul.audience-menu li a:focus {color:#fff !important; background:#021e43;}

@media (min-width: 768px) {
	#utility-nav-links .dropdown:hover .dropdown-menu {
		display: block;
	}
}




/* megamenu extra styles ***************/
.megamenu-blue-text-lg {text-transform: uppercase;font-size: 34px;font-weight: 600;line-height: normal;margin: 0;padding-top: 9px;color: #004c97;}
@media only screen and (max-width:767px){
	.megamenu-blue-text-lg {font-size: 20px;line-height: normal;padding-top: 9px 0;}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.wsmenu-list > li > a > .fa { display:none !important;}
	.wsmenu{ font-size:13px !important;}
	.wsmenu-list li a { white-space:normal !important; padding-left:4px !important; padding-right:4px !important;}
	#utility-nav #utility-nav-social li {padding:0 1px;}
	#utility-nav-links li a {padding:10px 6px !important;}
}


@media only screen and (min-width: 767px) and (max-width:1200px) {
	.wsmenu-list li a .arrow:after{ display:none !important; }
}

@media only screen and (min-width: 781px) {
	.wsmenu-list li:hover > .wsmenu-submenu{display:block !important;}
	.wsmenu-list li:hover > .megamenu{display:block !important;}
}


/*------------------------------------ main menu Mobile CSS ---------------------------------------------*/
@media only screen and (max-width: 767px) {

	#utility-nav{
		display: block;
		position: relative;
		top: 0;
		font-size: 10px;
		background: #333;
		width:100%;
	}

	#utility-nav #utility-nav-links {width:100%; border-bottom: 1px solid #cecece;
		background: #021e43;
		background: -moz-linear-gradient(top, #021e43 0%, #004c97 100%);
		background: -webkit-linear-gradient(top, #021e43 0%,#004c97 100%);
		background: linear-gradient(to bottom, #021e43 0%,#004c97 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021e43', endColorstr='#004c97',GradientType=0 );
	}
	#utility-nav #utility-nav-links li {width:20%; margin:0;}
	#utility-nav #utility-nav-links li a {width:100%;}
	#utility-nav-links li a:hover {background: #021e43;}
	#utility-nav-links li a:active {background: #021e43;}

	#utility-nav #utility-nav-search {width:100%; }
	#utility-nav #utility-nav-search .pull-right {float:none !important;}
	#utility-nav #utility-nav-search .navbar-form {border:0; float:none; margin-right:0; margin-left:0; box-shadow: none;}
	#utility-nav .navbar-form .form-control {float:left; margin-right:8px; width: 70%;}
	#utility-nav .navbar-form .btn {width:25%}

	#utility-nav #utility-nav-social {width:100%; background:#333; border-top:1px solid #cecece; padding:10px;}
	#utility-nav #utility-nav-social li {width:25%; text-align:center;}
	.wsmenu-list #utility-nav #utility-nav-social li:hover {background-color: transparent !important; background: transparent !important;}
	.wsmenu-list #utility-nav #utility-nav-social li:active {background:none !important;}

	#utility-nav #utility-nav-social li a {padding:5px; width:100%;}
	#utility-nav #utility-nav-social li a:hover {background-color: transparent !important; background: transparent !important;}
	#utility-nav #utility-nav-social li a:active {background:none !important;}


	.wsmenu-list > li:hover>a{background-color:rgba(2,30,67,1) !important; text-decoration:none; color:#fff !important;} /* mobile menu 1st level colors */

	.overlapblackbg{
		left:0;
		z-index:100;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		display:none;
		background-color:rgba(0, 0, 0, 0.45);
		cursor:pointer;}

	.overlapblackbg.menuopen{display:block;}

	/* Mobile CSS Default Theme */
	.wsmenu-submenu > li:hover>a{ background-color:#7b7b7b; color:#666666;}
	.wsmenu > .wsmenu-list > li > a.active{color: #666666; background-color:rgba(0,0,0,0.08);}
	.wsmenu > .wsmenu-list > li > a:hover{ color: #666666; background-color:rgba(0,0,0,0.08);}

	.wsmenu-list li:hover .wsmenu-submenu{display:none ;}

	.wsmenucontainer {
		overflow: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;}

	.wsmenuexpandermain{
		display:block !important;
		position:relative;
		top:0;
		right:0;
		left:0;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;

	}

	/* Mobile click to drop arrow */
	.wsmenu-click {
		height:43px;
		position:absolute;
		top:0;
		right:0;
		display:block;
		cursor:pointer;
		width:100%;
	}

	.wsmenu-click i{
		display:block;
		height:23px;
		width:25px;
		margin-top:11px;
		margin-right:8px;
		background-size:25px;
		font-size:21px;
		color:#cecece;
		float:right;
	}

	.wsmenu-rotate{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg);}

	/* Mobile CSS 2nd UL Style*/


	.wsmenu{position: relative;}

	.wsmenu .wsmenu-list{
		height:100%;
		overflow-y:auto;
		display:block !important;}

	.wsmenu .wsmenu-list > li{
		width:240px;
		display:block;
		float:none;
		border-right:none;
		background-color:transparent;
		position:relative;
		white-space:inherit;}

	.wsmenu > .wsmenu-list > li > a{
		padding:9px 32px 9px 17px;
		font-size:14px;
		text-align:left;
		border-right:solid 0px;
		background-color:#004c97; /* bkg color of mobile 1st level menu */
		color:#fff;
		line-height:25px;
		border-bottom:1px solid;
		border-bottom-color:rgba(0,0,0,0.13);
		position:static;
	}

	.wsmenu > .wsmenu-list > li > a:hover {
		color:#004c97 !important;
	}


	.wsmenu > .wsmenu-list > li > a > .fa{font-size: 16px; color:#cecece;}
	.wsmenu .wsmenu-list li a .arrow:after{ display:none !important; }
	.wsmenu .wsmenu-list li ul li a .fa.fa-caret-right{ font-size:12px !important; color:#8E8E8E; }

	.mobile-sub .wsmenu-submenu{
		transform:none !important;
		opacity:1 !important;
		display:none;
		position:relative !important;
		top:0px;
		background-color:#fff ;
		border:solid 1px #ccc;
		padding:0px;
		visibility:visible !important;
	}

	.mobile-sub .wsmenu-submenu li a{
		line-height:20px;
		height:36px;
		background-color:#e7e7e7 !important;
		font-size:13px !important;
		padding:8px 0px 8px 18px;
		color:#8E8E8E;}

	.mobile-sub .wsmenu-submenu li a:hover{ background-color:#004c97  !important; color:#ffffff !important; text-decoration:none; }
	.mobile-sub .wsmenu-submenu li:hover>a{ background-color:#004c97 !important; color:#ffffff !important; }

	.wsmenu-list .megamenu{
		background-color:#e7e7e7;
		color:#666666;
		display:none;
		position:relative !important;
		top:0px;
		padding:0px;
		border:solid 0px;
		transform:none !important;
		opacity:1 !important;
		visibility:visible !important;
	}

	.wsmenu-list li:hover .megamenu{display:none; position:relative !important; top:0px; }
	.megamenu .title{ color:#666666; font-size:15px !important; padding:10px 8px 10px 0px; font-family:'Open Sans', Helvetica, sans-serif; line-height:normal;}
	.megamenu > ul{
		width:100% !important;
		margin:0px;
		padding:0px;
		font-size:13px !important;}

	.megamenu > ul > li > a{
		padding:9px 14px !important;
		line-height:normal !important;
		font-size:13px !important;
		background-color:#e7e7e7 !important;
		color:#666666;}

	.megamenu > ul > li > a:hover{background-color:#000000; color:#004c97;}


	.megamenu ul li.title{
		line-height:26px;
		color:#666666;
		margin:0px;
		font-size:15px;
		padding:7px 13px !important;
		border-bottom:1px solid #ccc;
		background-color:transparent !important;}

	.halfmenu{width:100%; display:block;}

	.wsmenu {
		width:0px;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		margin: 0;
		background-color: #fff;
		border-radius:0px;
		z-index:100;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		border:none !important;
		background-color:#fff !important;
	}

	/*Mobile CSS Nav Expanding Open Effect*/
	.wsmenu.menuopen {
		width:240px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.wsmenu.menuclose{
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.wsmenucontent{z-index:1;}

	/* Navigation arrow Animation */
	.animated-arrow{
		position:absolute;
		left:0; top:0; z-index:200;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}


	.wsmenuexpandermain .menuopen{
		left:240px !important;
		margin-top:4px !important;
	}

	.smallogo{ width:100%; display:block; text-align:center; padding-top:9px; position:absolute;
		z-index:0;
		width:100%;
		height:52px;
		box-shadow: 0 1px 4px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
		background: #0A2240;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c97', endColorstr='#021e43',GradientType=1 );
	}

	.animated-arrow{
		cursor:pointer;
		padding:13px 35px 16px 0px;
		margin:10px 0 0 15px;}

	.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
		cursor: pointer;
		height:3px;
		width:23px;
		background: #c9c9c9;
		position: absolute;
		display: block;
		content: '';}

	.animated-arrow span:before{
		top: -7px;}

	.animated-arrow span:after {
		bottom: -7px;}

	.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after{
		transition: all 500ms ease-in-out;}

	.animated-arrow.menuopen span{
		background-color: transparent;}

	.animated-arrow.menuopen span:before, .animated-arrow.active span:after{
		top:7px;}

	.animated-arrow.menuopen span:before {
		transform: rotate(45deg);
		-moz-transform:  rotate(45deg);
		-ms-transform:  rotate(45deg);
		-o-transform:  rotate(45deg);
		-webkit-transform:  rotate(45deg);
		bottom:0px;
	}

	.animated-arrow.menuopen span:after {
		transform: rotate(-45deg);
		-moz-transform:  rotate(-45deg);
		-ms-transform:  rotate(-45deg);
		-o-transform:  rotate(-45deg);
		-webkit-transform:  rotate(-45deg);
	}


	/*Animation None */
	.wsmenu-list li > .wsmenu-submenu{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
	}

	.wsmenu-list li:hover > .wsmenu-submenu{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
	}

	.wsmenu-list li > .megamenu{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		opacity:1  !important;
		padding-bottom:10px;
	}

	.wsmenu-list li:hover > .megamenu{
		transform:none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform:none !important;
		transform: none !important;
		-o-transform:none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
		visibility:visible !important;
		opacity:1  !important;
	}

}

/*********************************************************************************************************/
/********** End main menu  ********************************************************************************/
/*********************************************************************************************************/

/*********************************************************************************************************/
/********** Start Hero area  **************************************************************************/
/*********************************************************************************************************/

/******* big image *************************************/

#hero #header-image-only {overflow:hidden; margin-top: 1px;}
#hero #header-image-only img {width:100%; height:auto;}




/******* parallax *************************************/

.parallax {
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	padding:40px 50px 120px 50px;
	overflow:auto;
	background-size: cover !important;
	z-index:-1;
}
.parallax .box-white {background-color:rgba(255,255,255,0.8); color:rgba(0,0,0,1); padding: 20px;}
.parallax .box-black {background-color:rgba(0,0,0,0.75); color:rgba(255,255,255,1); padding: 20px;}

#main-content .parallax {margin:30px auto;}

.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax p {
	color: #ffffff;
	text-shadow: 0 0 6px rgba(0,0,0,0.9);
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {font-family:'Open Sans', Helvetica, sans-serif; font-weight:700; text-transform:uppercase;}
.parallax p {font-weight:400;}

@media only screen and (min-width:768px){
	.parallax h1 {font-size:60px;}
	.parallax p {font-size:20px;}
}


@media only screen and (max-width:767px){
	.parallax {padding:50px;}
	.parallax .box-white, .parallax .box-black {margin-bottom:10px;}

}



/******* hero background image with textbox left *************************************/

#img-bkg-left {
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	padding:40px 50px 120px 50px;
	overflow:auto;
	background-size: cover !important;
	z-index:-1;
	background-position:center bottom !important;
}
#img-bkg-left .box-white {background-color:rgba(255,255,255,0.8); color:rgba(0,0,0,1); padding: 20px; overflow:auto;}
#img-bkg-left .box-black {background-color:rgba(0,0,0,0.75); color:rgba(255,255,255,1); padding: 20px; overflow:auto;}
#img-bkg-left .box-blue {background-color:rgba(2,30,67,.5); color:rgba(255,255,255,1); padding: 20px; overflow:auto;}

#main-content #img-bkg-left {margin:30px auto;}

#img-bkg-left h1, #img-bkg-left h2, #img-bkg-left h3, #img-bkg-left h4, #img-bkg-left h5, #img-bkg-left h6, #img-bkg-left p {
	color: #ffffff;
	text-shadow: 0 0 6px rgba(0,0,0,0.9);
}
#img-bkg-left h1, #img-bkg-left h2, #img-bkg-left h3, #img-bkg-left h4, #img-bkg-left h5, #img-bkg-left h6 {font-family:'Open Sans', Helvetica, sans-serif; font-weight:700; text-transform:uppercase;}
#img-bkg-left p {font-weight:400;}

@media only screen and (min-width:768px){
	#img-bkg-left h1 {font-size:60px;}
	#img-bkg-left p {font-size:20px;}
}


@media only screen and (max-width:767px){
	#img-bkg-left {padding:50px;}
	#img-bkg-left .box-white, .parallax .box-black {margin-bottom:10px;}

}




/********** block links ****************************/
.hero-list {}

.hero-list ul {list-style-type:none; padding:0; margin:0; color:#000000;}
.hero-list ul li {width:50%; padding:5px;}
.hero-list ul li:nth-child(odd) {float:left; clear:both;}
.hero-list ul li:nth-child(even) {float:right;}

.hero-list ul li a {width:100%; display:block; padding:10px 10px 15px 10px; text-decoration:none;}
.box-white .hero-list ul li a {color:#000;}
.box-white .hero-list ul li a:hover, .box-white .hero-list ul li a:focus {background-color: #004C97; color:#fff;}
.box-white .hero-list ul li a .title {color:#004C97;}
.box-white .hero-list ul li a:hover .title, .box-white .hero-list ul li a:focus .title {color:#fff;}

.box-black .hero-list ul li a {color:#fff;}
.box-black .hero-list ul li a:hover, .box-white .hero-list ul li a:focus {background-color: #e0efff; color:#000;}
.box-black .hero-list ul li a .title {color: #e0efff;}
.box-black .hero-list ul li a:hover .title, .box-white .hero-list ul li a:focus .title {color:#000;}

.hero-list ul li a .title {font-family: 'Libre Baskerville', serif; display:block; width:100%; border-bottom:1px dotted; font-size:18px; font-weight:400; margin-bottom:10px;}
.hero-list ul li a {color:#000;}
.hero-list ul li a:hover, .hero-list ul li a:focus {color:#fff; background:#004C97;}



@media only screen and (max-width:767px) {
	#hero #color-bkg img {width:100%;}
	#hero .row .color-bkg-image {clear:both;}
	.hero-list ul li {float:none !important; width:100%;}

	.box-white .hero-list ul li a {background-color:#f5f5f5;}
	.box-black .hero-list ul li a {background-color:#004C97; color:#ffffff;}



}

/******* image background with text *************************************/

#hero #image-bkg {
	background-image: url("/images/hero-epin-767x314.jpg");
	background-size: cover;
	background-position: center center;
	box-shadow: inset 0px 0px 32px 2px rgba(0,0,0,0.75);
}

.title-box-white {text-align: center; margin: 50px auto; background-color: rgba(255,255,255,.8); padding: 30px;}
.title-box-white h1 {font-family:'Open Sans', Helvetica, sans-serif; text-transform: uppercase; font-weight:400;}

@media only screen and (min-width:768px) {
	.title-box-white h1 {font-size:70px;}
	#hero #image-bkg {background-image: url("/images/hero-epin-1100x450.jpg"); }
}


/******* color background with text *************************************/

#hero #color-bkg {box-shadow: inset 0 0 20px rgba(0,0,0,.3); background:#004c97; color:#ffffff;}

#hero #color-bkg .row {max-width:1200px; margin:0 auto; padding:20px 0;}
#hero #color-bkg .row .color-bkg-text h1 {font-weight:300; border-bottom:solid 1px; text-transform:uppercase; padding:0 0 0 0; margin:0 0 10px 0;}
#hero #color-bkg .row .color-bkg-text p {font-weight:400; font-size:14px;}
#hero #color-bkg {min-height:190px;}



/******* Video background *************************************/

.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#hero {}
.video-header-container {width:100%; overflow:hidden; position:relative; min-block-size: fit-content;} /* video size should be 1200x480 */
.video-header-container .video-container { width:100%; height:auto; display:block;}
.video-header-container .video-container video { z-index:-1; width:100%; display:block;}

.video-text-right h3, .video-text-left h3 {font-family: 'Open Sans', Helvetica, sans-serif;font-size:4.2em;font-weight: 800;text-transform: uppercase;text-shadow: 0 0 6px rgba(0,0,0,0.9);}
.video-text-right p, .video-text-left p {font-size:18px; text-shadow: 0 0 2px rgba(0,0,0,0.9); }
.video-text-right, .video-text-left {
	color:#ffffff;
	position: absolute;
	top: 0;
	height: 100%;
	padding: 3%;
	width: 45%;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 97%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.video-text-right {right:0; }
.video-text-left {left:0; }

.video-text-center {position:absolute; top:10%; display:block; padding:10px; width:100%; z-index:2;}

.video-header-container .video-container img {width:100%; height:auto;}

@media only screen and (min-width:768px){
	.video-header-container .video-container video { z-index:-1; opacity:1; width:100%; display:block;}

}


@media only screen and (min-width:1200px){
	.video-header-container .video-container video {width:100%; height:auto;}

}

@media only screen and (max-width:767px){
	.video-text-right, .video-text-left {
		position:static;
		max-width:none;
		width:100%;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 );
	}
	.video-text-right h3, .video-text-left h3 {font-size:3em;}

	.video-text-center {position: absolute; top: 0;max-width:none; width:100%; opacity:1;}
	.video-text-center .title-box-white {margin: 0; padding:10px;}
	.video-text-center .title-box-white h1 {margin: 0; padding:0;}

	.video-header-container { max-height:none;}
}

@media only screen and (min-width:768px){
	.video-header-container .video-container img {display:none;}
}

@media only screen and (max-width:767px){
	.video-header-container .video-container video {display:none !important;}
}


/******* carousel hero *************************************/

#carouselHero .item {background-size: cover !important;}
#carouselHero .carousel-caption {
	background:rgba(0,0,0,0.7);
	right:0;
	left:0;
	padding-left:11%;
	padding-right:11%;
}
.carousel-caption a {color:#fff;}
#carouselHero .carousel-indicators {bottom: 0;
	background: #000;
	width: 100%;
	right: 0;
	left: 0;
	margin: 0;
	padding: 8px 0;
}

#carouselHero .carousel-control {width:10%;}

#carouselHero .carousel-indicators .active {background-color:#004C97;}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {font-size:80px; line-height:0;}


@media only screen and (min-width:1200px){
	#carouselHero .item {height:500px;}
	#carouselHero #slide1 {background: url("/images/carousel_large_01.jpg") center center no-repeat;}
	#carouselHero #slide2 {background: url("/images/carousel_large_02.jpg") center center no-repeat;}
	#carouselHero #slide3 {background: url("/images/carousel_large_03.jpg") center center no-repeat;}
	#carouselHero .carousel-caption h4 {font-size:42px; color:#e0efff;}
}

@media only screen and (min-width:768px) and (max-width:1199px){
	#carouselHero .item {height:400px;}
	#carouselHero #slide1 {background: url("/images/carousel_medium_01.jpg") center center no-repeat;}
	#carouselHero #slide2 {background: url("/images/carousel_medium_02.jpg") center center no-repeat;}
	#carouselHero #slide3 {background: url("/images/carousel_medium_03.jpg") center center no-repeat;}
	#carouselHero .carousel-caption h4 {font-size:42px; color:#e0efff;}
}

@media only screen and (max-width:767px){
	#carouselHero .item {height:310px;}
	#carouselHero #slide1 {background: url("/images/carousel_small_01.jpg") left center no-repeat;}
	#carouselHero #slide2 {background: url("/images/carousel_small_02.jpg") left center no-repeat;}
	#carouselHero #slide3 {background: url("/images/carousel_small_03.jpg") left center no-repeat;}
	#carouselHero .item .carousel-caption p {display:none;}
}



/*********************************************************************************************************/
/********** end Hero area  **************************************************************************/
/*********************************************************************************************************/


/*********************************************************************************************************/
/********** Start breadcrumb   **************************************************************************/
/*********************************************************************************************************/

.breadcrumb {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	font-size: 12px;
	border-bottom: dotted 1px#cecece;
}


/*********************************************************************************************************/
/********** Start main content  **************************************************************************/
/*********************************************************************************************************/
#content-wrapper.wrapper {margin-bottom:15px; }

table.table thead tr th {
	color:#ffffff;
	background: #004c97;
	background: -moz-linear-gradient(0deg,  #004c97 19%, #021e43 100%);
	background: -webkit-linear-gradient(0deg,  #004c97 19%,#021e43 100%);
	background: linear-gradient(0deg,  #004c97 19%,#021e43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c97', endColorstr='#021e43',GradientType=1 );
}

table.table.stripped-columns tbody td:nth-of-type(odd) {background:#e8edff;}

table.table tfoot tr td {
	color:#ffffff;
	background: #004c97;
}

.table-hover>tbody>tr:hover {
	background-color: #e0efff;
}

/******* start card  ***********/

.card {
	position: relative;
	overflow: hidden;
	padding-top: 0;
	margin: 10px 0 20px 0;
	background-color: rgba(214, 224, 226, 0.2);
	border-top-width: 0;
	border-bottom-width: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.card .avatar {
}

.card .avatar img {
	border-bottom: 5px solid rgba(0,0,0,0.5);
}

.card .info {
	padding: 4px 8px 10px;
}

.card .info .name {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 24px;
	line-height: 1;
	color: #262626;
	vertical-align: middle;
}

.card .info .desc {
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	text-overflow: ellipsis;
}

.card .title {line-height: 3rem;font-size: 1.5rem;font-weight: 300; }
.card .content {padding: 1.3rem;font-weight: 300;border-radius: 0 0 2px 2px; background-color:#ffffff; }
.card p {margin: 0; }
.card .action {border-top: 1px solid rgba(160, 160, 160, 0.2);padding: 1.3rem; }
.card .action a {margin-right: 1.3rem; transition: color 0.3s ease; text-transform: uppercase; text-decoration: none; }
.card .image {position: relative; }
.card .image .title {position: absolute;bottom: 0;left: 0;padding: 1.3rem;color: #fff; }
.card .image img {border-radius: 2px 2px 0 0; }





/************ end card **************************************************/







/******* full width card **************************************************/

.full-width-card {
	border-top: solid 1px #ededed;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ededed;
}
/******* end full width card **************************************************/

/******* start updated card-news  ***********/

.card-new {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin-top: 15px !important;
	margin-bottom: 0px !important;

}

.card-new:hover {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin-top: 8px !important;
	margin-bottom: 7px !important;
}

.blue-card-new {
	margin-top: 30px;
}

.blue-card-new .card-new-body {
	background-color: #00417f !important;
	color: #fff !important;
	border-radius: 10px;
}

.blue-card-new h3 {
	margin-top: 0px !important;
	color: #fff !important;
	text-align: center;
	font-family: sans-serif;
	text-transform: uppercase;
}

.blue-card-new a {
	color: #fff !important;
}

.card-new > hr {
	margin-right: 0;
	margin-left: 0;
}

.card-new > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card-new > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-new-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	font-size: 1.25rem;
	background: #eee;
	margin-top: -15px;
}

.card-new-body ul {
	font-size: 14px;
}

.card-new-title {
	margin-bottom: 0.75rem;
}

h5.card-new-title {
	/* font-weight: bold; */
	font-family: sans-serif;
}

.card-new-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-new-text:last-child {
	margin-bottom: 0;
}

.card-new-link:hover {
	text-decoration: none;
}

.card-new-link + .card-new-link {
	margin-left: 1.25rem;
}

.card-new-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-new-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-new-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-new-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-new-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-new-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-new-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-new-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-new-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-new-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-new-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-new-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-new-deck .card-new {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-new-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.card-new-deck .card-new {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-new-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-new-group > .card-new {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-new-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.card-new-group > .card-new {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-new-group > .card-new + .card-new {
		margin-left: 0;
		border-left: 0;
	}
	.card-new-group > .card-new:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-new-group > .card-new:first-child .card-new-img-top,
	.card-new-group > .card-new:first-child .card-new-header {
		border-top-right-radius: 0;
	}
	.card-new-group > .card-new:first-child .card-new-img-bottom,
	.card-new-group > .card-new:first-child .card-new-footer {
		border-bottom-right-radius: 0;
	}
	.card-new-group > .card-new:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-new-group > .card-new:last-child .card-new-img-top,
	.card-new-group > .card-new:last-child .card-new-header {
		border-top-left-radius: 0;
	}
	.card-new-group > .card-new:last-child .card-new-img-bottom,
	.card-new-group > .card-new:last-child .card-new-footer {
		border-bottom-left-radius: 0;
	}
	.card-new-group > .card-new:only-child {
		border-radius: 0.25rem;
	}
	.card-new-group > .card-new:only-child .card-new-img-top,
	.card-new-group > .card-new:only-child .card-new-header {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}
	.card-new-group > .card-new:only-child .card-new-img-bottom,
	.card-new-group > .card-new:only-child .card-new-footer {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.card-new-group > .card-new:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}
	.card-new-group > .card-new:not(:first-child):not(:last-child):not(:only-child) .card-new-img-top,
	.card-new-group > .card-new:not(:first-child):not(:last-child):not(:only-child) .card-new-img-bottom,
	.card-new-group > .card-new:not(:first-child):not(:last-child):not(:only-child) .card-new-header,
	.card-new-group > .card-new:not(:first-child):not(:last-child):not(:only-child) .card-new-footer {
		border-radius: 0;
	}
}

.card-new-columns .card-new {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-new-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
		margin: 10px 0px;
	}
	.card-new-columns .card-new {
		display: inline-block;
		width: 100%;
		border-top: 15px solid #00417f;
		margin-top: 10px;
		transition: all 0.5s;
		-webkit-box-shadow: 1px 3px 20px 0px rgba(0,0,0,0);
		-moz-box-shadow: 1px 3px 20px 0px rgba(0,0,0,0);
		box-shadow: 1px 3px 20px 0px rgba(0,0,0,0);
	}

	.card-new-columns .card-new:hover {
		display: inline-block;
		width: 100%;
		border-top: 15px solid #00417f;
		margin-top: 15px;
		-webkit-box-shadow: 1px 3px 20px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 1px 3px 20px 0px rgba(0,0,0,0.25);
		box-shadow: 1px 3px 20px 0px rgba(0,0,0,0.25);
	}

}

.accordion .card-new:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion .card-new:not(:first-of-type) .card-new-header:first-child {
	border-radius: 0;
}

.accordion .card-new:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion .card-new:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/************ end card-new **************************************************/

/*** INTERNATIONAL BUSINESS START ***/

.ib-header {
	display: inline-block;
}

.ib-title {
	float: left;
	max-width: 60%;
}

.ib-title h5 {
	font-family: sans-serif;
	color: #00417f !important;
	font-weight: bold;
	margin-bottom: 10px;
}
.ib-title h6 {
	color: #000 !important;
	font-weight: bold;
}

.ib-contact {
	text-align: center;
	background-color: #337ab7;
	padding: 10px;
	border-radius: 20px;
	width: 60%;
	margin: 0 auto;
}

.ib-contact:hover {
	background-color: #00417f;
}

.ib-contact a {
	color: #fff !important;
	text-decoration: none !important;
}

.ib-contact a:hover {
	text-decoration: underline !important;
	background: none !important;
}

.card-new img {
	float: left;
	margin: -20px 10px 0 5px;
	max-height: 100px;
	width: auto;
}

.ib-link {
	background: #004c97;
	background: -moz-linear-gradient(45deg,  #004c97 19%, #021e43 100%);
	background: -webkit-linear-gradient(45deg,  #004c97 19%,#021e43 100%);
	background: linear-gradient(45deg,  #004c97 19%,#021e43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c97', endColorstr='#021e43',GradientType=1 );
	-webkit-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.75);
	border: solid 5px #194d92;
	font-size: 3.0rem;
	font-weight:bold;
	padding: 15px;
	border-radius: 10px;
	display: inline-block;
	width: 48%;
	text-align: center;
	margin: 0px 5px;
	transition: background 1s !important;
}

.ib-link:hover {
	background: #021e43 !important;
	background: -moz-linear-gradient(45deg,  #021e43 19%, #004c97 100%) !important;
	background: -webkit-linear-gradient(45deg,  #021e43 19%,#004c97 100%) !important;
	background: linear-gradient(45deg,  #021e43 19%,#004c97 100%) !important;
}

.ib-feature-link {
	background-color: #194d92;
	padding: 20px;
	border-radius: 10px;
	float: left;
	width: 30%;
	margin: 10px;
	color: #fff;
	text-align: center;
}

.ib-feature-link:hover {
	background-color: #021e43;
	padding: 20px;
	border-radius: 10px;
	float: left;
	width: 30%;
	margin: 10px;
	color: #fff;
	text-align: center;
}


@media only screen and (max-width: 400px) {
	.card-new img{
		width: inherit !important;
	}
	.card-new-columns .card-new {
		margin-top: 40px !important;
	}

}
/*** INTERNATIONAL BUSINESS END ***/

/******* snippet profile block *************************************/
/***  .profile {display:none;} ***/
.profile-content {width:100%; margin:0 0 30px 0; padding:0; overflow:auto; border-bottom: solid 4px #021e43; box-shadow: 0px 15px 26px -21px rgba(0,0,0,.75);}

.profile-title {position:relative; overflow:hidden;}
.profile-title h3 {color:#021e43 !important; font-weight:700; font-size:16px; display:inline-block; position:relative; font-family: 'Open Sans', Helvetica, sans-serif; margin-top:20px; }
.profile-title h3:after{height: 4px; background-color: #021e43; content: ""; display: block;
	position: absolute;
	top: 12px;
	left: 100%;
	width: 1300px;
	margin-left: 15px;
}


.profile-pic {position:relative;}
.profile-pic img { width: 100% !important; height: auto !important;}
.profile-pic:before {height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border: 5px solid transparent;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
	content: " ";}
.profile-nametitle {}
.profile-nametitle h3 {font-size: 40px; color: #021e43 !important; margin:8px 0;}
.profile-nametitle h4 {font-size:18px; font-weight:300; text-transform:uppercase; font-family: 'Open Sans', Helvetica, sans-serif; color:#616060 !important; margin-top:0 !important;}
.profile-text {}
.profile-text p {
	display: block;
	padding: 10px 5px;
	font-size:1.2em;
}
.profile-text p:first-of-type {border-top: dotted 1px;margin-top: 20px;}
.profile-text p:last-of-type {border-bottom: dotted 1px; margin-bottom: 20px;}

.profile-text ul.profile-tags {list-style:none; margin:0 0 20px 0; padding:0;}
.profile-text ul.profile-tags li {display:inline-block;}
.profile-text ul.profile-tags li a {color:#ffffff !important; background-color:#004c97; padding:6px; margin-right:3px; margin-bottom:6px; display:block;}
.profile-text ul.profile-tags li a:hover, .profile-text ul.profile-tags li a:active {background-color:#021e43 !important;}
.profile-text ul.profile-tags li:nth-child(2n +1) a {background-color:#8c0012;} /* red */
.profile-text ul.profile-tags li:nth-child(3n +1) a {background-color:#829500;} /* green */
.profile-text ul.profile-tags li:nth-child(4n +1) a {background-color:#c47708;} /* orange */
.profile-text ul.profile-tags li:nth-child(5n +1) a {background-color:#8808c4;} /* purple */

@media only screen and (max-width:767px){
	.profile-text ul.profile-tags li {display:block;}
}

/*** styles for accordian in profile block  ***/
.profile-content .card-header {
	padding: 0;
	margin: 0;
	background: inherit;
}

.profile-content .card-title a {
	padding:10px;

	color:#ffffff  !important;
	border: solid 1px #005589 !important;
	background: #0069aa;
	background: -webkit-gradient(linear, left top, left bottom, from(#0069aa), to(#005589)) !important;
	background: -moz-linear-gradient(top,  #0069aa,  #005589) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069aa', endColorstr='#005589') !important;

}
.profile-content .card-title a:hover {
	color: #ffffff !important;
	border: solid 1px #a6a6a6 !important;
	background: #cecece !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#a6a6a6)) !important;
	background: -moz-linear-gradient(top,  #cecece,  #a6a6a6) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#a6a6a6') !important;
}
.profile-content .card-title a:active {
	color: #ffffff  !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#005589), to(#0069aa)) !important;
	background: -moz-linear-gradient(top,  #005589,  #0069aa) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#005589', endColorstr='#0069aa') !important;
}


.tt-faq .panel-heading {
	background-color: #00417f;
	border-radius: 5px;
	border-bottom: 2px solid #00417f;
}



.tt-faq .panel-heading a {
	color: #fff;
	text-decoration: none !important;
	font-family: 'Montserrat', sans-serif;
	padding: 5px;
	border-bottom: 2px solid #00417f;
}

.tt-faq .panel-heading a:hover {
	background-color: #04539c !important;
	border-radius: 5px;
	border-bottom: 2px solid #00e4ff;
}

.tt-faq .panel-heading a:focus {
	background-color: #04539c !important;
	border-radius: 5px;
	border-bottom: 2px solid #00e4ff;
}

.tt-animate {
	width: 100%;
	overflow: hidden;
	margin: -50px 0px 20px 0px;
}

.tt-animate img {
	margin: 10px;
	width: 30%;
}

.tt-animate h1 {
	text-indent: -9999px;
}

#tt-arrow {

}

#tt-reduced{
	animation: tuitionReduced ease 2s;
	animation-iteration-count: 1;
	margin-top: -20px;
	transform-origin: 50% 50%;
	animation-fill-mode:forwards; /*when the spec is finished*/
	-webkit-animation: tuitionReduced ease 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: tuitionReduced ease 2s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
	-o-animation: tuitionReduced ease 2s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
	-ms-animation: tuitionReduced ease 2s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes tuitionReduced{
	0% {
		opacity:0;
		transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		transform:  translate(0px,20px)  ;
	}
}

@-moz-keyframes tuitionReduced{
	0% {
		opacity:0;
		-moz-transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		-moz-transform:  translate(0px,20px)  ;
	}
}

@-webkit-keyframes tuitionReduced {
	0% {
		opacity:0;
		-webkit-transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		-webkit-transform:  translate(0px,20px)  ;
	}
}

@-o-keyframes tuitionReduced {
	0% {
		opacity:0;
		-o-transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		-o-transform:  translate(0px,20px)  ;
	}
}

@-ms-keyframes tuitionReduced {
	0% {
		opacity:0;
		-ms-transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		-ms-transform:  translate(0px,20px)  ;
	}
}

#tt-32{
	animation: tt32k ease 2s;
	animation-iteration-count: 1;
	margin-top: -20px;
	transform-origin: 50% 50%;
	animation-fill-mode:forwards; /*when the spec is finished*/
	-webkit-animation: tt32k ease 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
	-moz-animation: tt32k ease 2s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
	-o-animation: tt32k ease 2s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
	-ms-animation: tt32k ease 2s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes tt32k{
	0% {
		opacity:0;
		transform:  translate(0px,-25px)  ;
		animation-delay: 2s;

	}
	100% {
		opacity:1;
		transform:  translate(0px,20px)  ;
	}
}

@-moz-keyframes tt32k{
	0% {
		opacity:0;
		-moz-transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		-moz-transform:  translate(0px,20px)  ;
	}
}

@-webkit-keyframes tt32k {
	0% {
		opacity:0;
		-webkit-transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		-webkit-transform:  translate(0px,20px)  ;
	}
}

@-o-keyframes tt32k {
	0% {
		opacity:0;
		-o-transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		-o-transform:  translate(0px,20px)  ;
	}
}

@-ms-keyframes tt32k {
	0% {
		opacity:0;
		-ms-transform:  translate(0px,-25px)  ;
	}
	100% {
		opacity:1;
		-ms-transform:  translate(0px,20px)  ;
	}
}

/******* END snippet profile block *************************************/


/******* snippet Borderbox blockquote *************************************/

figure.borderbox {margin: 20px 0; padding: 10px 20px 20px 11px;
	border: solid 8px #004c97; /** default blue border use .border-"color" to change color **/ }

figure.borderbox blockquote {border-left:none; padding-left:50px;}
figure.borderbox blockquote:before {content: "\201C"; position: absolute; top: -11px; left: 22px; font-size:80px; font-family:'Libre Baskerville', serif; font-weight:300; color: #616060;}
figure.borderbox blockquote p {color: #004c97; font-size:18px; font-weight:600;}
figure.borderbox figcaption {text-align:right; color:#616060;}

/******* END snippet blockquote *************************************/


/******* snippet tbborder blockquote *************************************/

figure.tbborder-quote {border-top: solid 1px #d9d9d9;border-bottom: solid 1px #d9d9d9;color: #606060;padding: 15px;}
figure.tbborder-quote blockquote {border: 0;padding: 0;font-family: 'Libre Baskerville', serif;font-size: 24px;}
.tbborder-quote blockquote:before {content: "\201C";position: absolute;top: -11px;left: 50%;font-size: 80px;font-family: 'Libre Baskerville', serif;font-weight: 400;color: #d9d9d9;}
figure.tbborder-quote figcaption {text-align: right;font-style: italic;font-weight: 300;color: #606060;}
figure.tbborder-quote blockquote {border: 0;padding: 35px 0 0 0;font-family: 'Libre Baskerville', serif;font-size: 24px;}

/******* END snippet blockquote *************************************/



/******* snippet Callout box link *************************************/

.callout a.box-link {
	padding:20px;
	display: block;
	transition: all 0.5s ease;
	text-decoration:none !important;
	border-width: 2px;
	border-style: solid;
	border-color: #021e43;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 100;
	background: #021e43;
	background: -moz-linear-gradient(top, #021e43 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #021e43 0%,#000000 100%);
	background: linear-gradient(to bottom, #021e43 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021e43', endColorstr='#000000',GradientType=0 );
}

.callout a.box-link:hover {
	background: #ededed !important;
	border: solid 2px #021e43 !important;
	color: #021e43 !important;
}

.callout .box-link .callout-title {
	font-size:30px;
	font-weight:500;
	margin-bottom:10px;
	margin-top: 0;
	color: #ffffff !important;
	display: block;
	width: 100%;
	font-family: 'Open Sans', Helvetica, sans-serif;
	transition: all 0.5s ease;
	display:block;
	text-decoration:none !important;
}

.callout a.box-link:hover .callout-title {
	text-decoration:underline;
	color: #021e43 !important;
}

.callout a.box-link .callout-text {
	color: #ffffff;
	font-size: 16px;
	font-weight: 100;
	transition: all 0.5s ease;
	display:block;
}
.callout a.box-link:hover .callout-text {
	text-decoration:underline;
}


.callout a.box-link .callout-icon {
	font-size:46px;
	color:#ffffff;
	transition: all 0.5s ease;
	display:block;
}
.callout a.box-link:hover .callout-icon {
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
	display:block;
}

.callout a.box-link .icon-sm-text, .callout a.box-link:visited .icon-sm-text {
	color:#ffffff !important;
}

.callout a.box-link:hover .icon-sm-text {
	color:#021e43 !important;
}

.callout .box-link:hover * {
	color: #021e43 !important;
}



/******* END snippet Callout box link *************************************/


/******* Start snippet box-icon ****************/
a.box-icon-link-wrapper {text-decoration:none !important;}
a.box-icon-link-wrapper:hover .box-icon {border-color:#004c97;}

.box-icon {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 20px 25px 20px;
	margin-bottom: 20px;
	text-align: center;
	background: #ffffff;
	border: 5px solid #d8d8d8;
	z-index: 0;
	border-radius: 0;
	display:block;
}
.box-icon .box-icon-bg {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1;
	color: #ECEDF2;
	font-size: 250px;
}
#main-content .box-icon .box-icon-title {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight:300;
	color:#004c97;
	text-transform:uppercase;
	margin: 0 0 15px 0;
	font-size: 28px;
	display: block;
}
.box-icon .box-icon-text {
	color: #333;
	margin: 0 auto 15px;
	display:block;
}
.box-icon-icon {
	text-align: center;
	margin: 5px auto 15px;
	display: table;
}
.box-icon-icon .fa {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
	line-height: 50px;
	padding: 24px;
	border: 1px solid #004c97;
	width: 100px;
	height: 100px;
	color: #ffffff;
	background: #004c97;
	background: rgba(82,143,204,0.7);
	border-radius: 50%;
}
.box-icon:hover .box-icon-icon .fa {
	color: #004c97;
	background: #ffffff;
}
.box-icon a { text-decoration: none; }

.effect-pulse {
	position: relative;
	z-index: 1;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.effect-pulse:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}
.box-icon:hover .effect-pulse:after, .iconbox2:hover .effect-pulse:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background: rgba(82,143,204,0.7);
}
.da-thumbs div a:hover .effect-pulse:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background: rgba(255,255,255,0.7);
}

/******* end snippet box-icon ****************/


.darkblue-box {
	padding: 15px;
	background: #021e43;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #ffffff;
}

}
.darkblue-box a {color:#e0efff; text-decoration:underline;}

/******* start block callouts ****************/

.callout-col {
	padding: 20px;
	border-radius: 18px;
	background-image: url("/images/bkg-texture-whiteblocks.png");
	background-size: cover;
	border: solid 1px #cecece;
}


.callout-row-blocks {text-align: center; padding: 10px; border-radius: 8px;}

/******* end block callouts ****************/




/******* start button block lists ****************/

ul.button-list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}

#main-content .button-list li a {display:block; margin: 6px; padding:6px;}

#main-content .button-list li a {
	color:#ffffff  !important;
	border: solid 1px #005589;
	background: #0069aa;
	background: -webkit-gradient(linear, left top, left bottom, from(#0069aa), to(#005589));
	background: -moz-linear-gradient(top,  #0069aa,  #005589);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069aa', endColorstr='#005589');
}
#main-content .button-list li a:hover {
	color: #ffffff;
	border: solid 1px #a6a6a6;
	background: #cecece;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#a6a6a6));
	background: -moz-linear-gradient(top,  #cecece,  #a6a6a6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#a6a6a6');
}
#main-content .button-list li a:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#404749 ), to(#a9b0b3 ));
	background: -moz-linear-gradient(top,  #404749,  #a9b0b3 );
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#404749', endColorstr='#a9b0b3 ');
}

@media only screen and (min-width:768px){
	.button-list.columns2 li {width: 50%; float:left;}
	.button-list.columns3 li {width: 33%; float:left;}
	.button-list.columns4 li {width: 25%; float:left;}
	.button-list.columns5 li {width: 20%; float:left;}
	.button-list.columns6 li {width: 16%; float:left;}

	ul.button-list.columns6 li:nth-of-type(6n+1) {clear: both;}
	ul.button-list.columns5 li:nth-of-type(5n+1) {clear: both;}
	ul.button-list.columns4 li:nth-of-type(4n+1) {clear: both;}
	ul.button-list.columns3 li:nth-of-type(3n+1) {clear: both;}
	ul.button-list.columns2 li:nth-of-type(2n+1) {clear: both;}

}

@media only screen and (max-width:767px){
	.button-list.xs-columns2 li {width: 50%; float:left;}
	.xs-columns2 li:nth-of-type(odd) {clear: both;}
	.button-list.xs-columns3 li {width: 33%; float:left;}
	.button-list.xs-columns4 li {width: 25%; float:left;}
}


/******* end button block lists ****************/


/******* Start wordpress news and achievements snippet ****************/

.glyphicon.spinning {
	animation: spin 1s infinite linear;
	-webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
	from { transform: scale(1) rotate(0deg); }
	to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
#homepage-newsfeed .rss-image {max-height:120px; overflow:hidden; }

#homepage-newsfeed ul {list-style:none; margin:0; padding:0;}
#homepage-newsfeed ul li {margin-bottom:10px;}
#homepage-newsfeed ul li a {display: block; background:#ECEDF2; text-decoration:none; padding:10px; }
#homepage-newsfeed ul li a, #homepage-newsfeed ul li a h4, #homepage-newsfeed ul li a p {color:#000000; text-decoration:none; }
#homepage-newsfeed ul li a:hover {display: block; background:#021e43; color:#ffffff; }
#homepage-newsfeed ul li a:hover, #homepage-newsfeed ul li a:hover h4, #homepage-newsfeed ul li a:hover p {color:#ffffff; }


#dept-rss-news ul, #dept-rss-featured ul {list-style:none; margin:0; padding:0;}
#dept-rss-news ul li {margin-bottom:10px;}
#dept-rss-news ul li a {display: block; background:#ECEDF2; text-decoration:none; padding:10px;}
#dept-rss-news ul li a, #dept-rss-news ul li a h4, #dept-rss-news ul li a p {color:#000000; text-decoration:none; }
#dept-rss-news ul li a:hover {display: block; background:#021e43; color:#ffffff; }
#dept-rss-news ul li a:hover,   #dept-rss-news ul li a:hover h4, #dept-rss-news ul li a:hover p {color:#ffffff; }
#dept-rss-news .rss-item h4 {border-bottom: dotted 1px; font-weight:bold; margin:0 0 10px 0;}

#dept-rss-featured .rss-image {max-height: 200px; overflow: hidden;}
#dept-rss-featured a .rss-image img {width:100%; transition: all 0.2s ease;}
#dept-rss-featured a:hover .rss-image img {transform: scale(1.1) rotate(3deg);}
#dept-rss-featured li.rss-item a {background: #021e43; display: block; overflow:hidden;}
#dept-rss-featured .rss-item h3 {border-bottom: dotted 1px #cecece; margin:0 0 10px 0; padding: 10px 20px; font-weight:bold; color:#ffffff;}
#dept-rss-featured li.rss-item a:hover {background:#e0efff;}
#dept-rss-featured li.rss-item a:hover h3, #dept-rss-featured li.rss-item a:hover p {color:#000000;}
#dept-rss-featured li.rss-item p {color:#ffffff; padding: 0 20px;}



/******* Start feedgrabbr feed styles ****************/


#main-content a.uw-card2-row {
	padding: 10px;
	text-decoration:none;
	background: #ECEDF2;
}

#main-content a.uw-card2-row:hover {
	background: #021e43;
}
#main-content a.uw-card2-row:hover span.uw-text {
	color:#ffffff;
}

#main-content a.uw-card2-row:hover span.uw-sc-snippet {
	color:#ffffff;
}


#main-content a.uw-card2-row span.uw-text {
	border-bottom: dotted 1px;
	font-weight: bold;
	margin: 0 0 10px 0;
	width: 100%;
	display: block;
	font-size:18px;
}

#main-content a.uw-imgcont, #main-content a.uw-imgcont:hover, #main-content a.uw-imgcont:active, #main-content a.uw-imgcont:focus {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	flex: 1;
}


/******* end feedgrabbr feed styles ****************/




/******* Start timeline snippet ****************/

.timeline {
	width: 100%;
	position: relative;
	padding: 1px 0;
	list-style: none;
	font-weight: 300;
}
.timeline .timeline-item {
	padding-left: 0;
	padding-right: 30px;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
	padding-left: 30px;
	padding-right: 0;
}
.timeline .timeline-item .timeline-event {
	width: 100%;
}
.timeline:before {
	border-right-style: solid;
}
.timeline:before,
.timeline:after {
	content: " ";
	display: block;
}
.timeline:after {
	clear: both;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100% !important;
	margin-left: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #888888;
}
.timeline.timeline-single-column.timeline {
	width: 100%;
}
.timeline.timeline-single-column.timeline .timeline-item {
	padding-left: 72px;
	padding-right: 0;
}
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right,
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
	padding-left: 72px;
	padding-right: 0;
}
.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
	width: 100%;
}
.timeline.timeline-single-column.timeline:before {
	left: 42px;
	width: 0;
	margin-left: -1px;
}
.timeline.timeline-single-column.timeline .timeline-item {
	width: 100%;
	margin-bottom: 20px;
}
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
	margin-top: 0;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
	float: right !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
	transform: translateX(-50%);
	left: 42px !important;
	margin-left: 0;
}
.timeline.timeline-single-column.timeline .timeline-label {
	transform: translateX(-50%);
	margin: 0 0 20px 42px;
}
.timeline.timeline-single-column.timeline .timeline-label + .timeline-item + .timeline-item {
	margin-top: 0;
}

.timeline .timeline-item {
	position: relative;
	float: left;
	clear: left;
	width: 50%;
	margin-bottom: 20px;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
	content: "";
	display: table;
}
.timeline .timeline-item:after {
	clear: both;
}
.timeline .timeline-item:last-child {
	margin-bottom: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
	float: right !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}
.timeline .timeline-item > .timeline-event:before {
	top: 10px;
	right: -15px;
	border-top: 15px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 15px solid transparent;
}
.timeline .timeline-item > .timeline-event:after {
	top: 11px;
	right: -14px;
	border-top: 14px solid transparent;
	border-left-width: 14px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 14px solid transparent;
}
.timeline .timeline-item > .timeline-point {
	top: 25px;
}
.timeline-single-column.timeline .timeline-item > .timeline-event {
	float: right !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}
.timeline .timeline-item:nth-of-type(2) {
	margin-top: 40px;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
	float: right;
	clear: right;
}
.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
	left: -24px;
}


.timeline .timeline-item > .timeline-event {
	background: #f5f5f6;
	border: 1px solid #888888;
	color: #555;
	position: relative;
	float: left;
	border-radius: 3px;
}
.timeline .timeline-item > .timeline-event:before {
	border-left-color: #888888;
	border-right-color: #888888;
}
.timeline .timeline-item > .timeline-event:after {
	border-left-color: #f5f5f6 ;
	border-right-color: #f5f5f6 ;
}
.timeline .timeline-item > .timeline-event * {
	color: inherit;
}
.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
	content: "";
	display: inline-block;
	position: absolute;
}
.timeline .timeline-item > .timeline-event .timeline-heading,
.timeline .timeline-item > .timeline-event .timeline-body,
.timeline .timeline-item > .timeline-event .timeline-footer {
	padding: 4px 10px;
}
.timeline .timeline-item > .timeline-event .timeline-heading p,
.timeline .timeline-item > .timeline-event .timeline-body p,
.timeline .timeline-item > .timeline-event .timeline-footer p,
.timeline .timeline-item > .timeline-event .timeline-heading ul,
.timeline .timeline-item > .timeline-event .timeline-body ul,
.timeline .timeline-item > .timeline-event .timeline-footer ul {
	margin-bottom: 0;
}
.timeline .timeline-item > .timeline-event .timeline-heading h4 {
	font-weight: 400;
}
.timeline .timeline-item > .timeline-event .timeline-footer a {
	cursor: pointer;
	text-decoration: none;
}
.timeline .timeline-item > .timeline-event .panel,
.timeline .timeline-item > .timeline-event .table,
.timeline .timeline-item > .timeline-event .blankslate {
	margin: 0;
	border: none;
	border-radius: inherit;
	overflow: hidden;
}
.timeline .timeline-item > .timeline-event .table th {
	border-top: 0;
}
.timeline .timeline-item > .timeline-point {
	color: #888888;
	background: #fff;
	right: -24px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: 12px;
	margin-right: 12px;
	position: absolute;
	z-index: 100;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	line-height: 20px;
	text-align: center;
}

.timeline .timeline-label {
	position: relative;
	float: left;
	clear: left;
	width: 50%;
	margin-bottom: 20px;
	top: 1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}
.timeline .timeline-label:before,
.timeline .timeline-label:after {
	content: "";
	display: table;
}
.timeline .timeline-label:after {
	clear: both;
}
.timeline .timeline-label:last-child {
	margin-bottom: 0 !important;
}
.timeline .timeline-label + .timeline-item {
	margin-top: 0;
}
.timeline .timeline-label + .timeline-item + .timeline-item {
	margin-top: 40px;
}

@media (max-width: 768px) {
	.timeline.timeline {
		width: 100%;
		max-width: 100%;
	}
	.timeline.timeline .timeline-item {
		padding-left: 72px;
		padding-right: 0;
	}
	.timeline.timeline .timeline-item.timeline-item-right,
	.timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
		padding-left: 72px;
		padding-right: 0;
	}
	.timeline.timeline .timeline-item .timeline-event {
		width: 100%;
	}
	.timeline.timeline:before {
		left: 42px;
		width: 0;
		margin-left: -1px;
	}
	.timeline.timeline .timeline-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.timeline.timeline .timeline-item:nth-of-type(even) {
		margin-top: 0;
	}
	.timeline.timeline .timeline-item > .timeline-event {
		float: right !important;
	}
	.timeline.timeline .timeline-item > .timeline-event:before,
	.timeline.timeline .timeline-item > .timeline-event:after {
		right: auto !important;
		border-left-width: 0 !important;
	}
	.timeline.timeline .timeline-item > .timeline-event:before {
		left: -15px !important;
		border-right-width: 15px !important;
	}
	.timeline.timeline .timeline-item > .timeline-event:after {
		left: -14px !important;
		border-right-width: 14px !important;
	}
	.timeline.timeline .timeline-item > .timeline-point {
		transform: translateX(-50%);
		left: 42px !important;
		margin-left: 0;
	}
	.timeline.timeline .timeline-label {
		transform: translateX(-50%);
		margin: 0 0 20px 42px;
	}
	.timeline.timeline .timeline-label + .timeline-item + .timeline-item {
		margin-top: 0;
	}

	.tt-animate {
		width: 100%;
		overflow: visible;
		margin: -50px 0px 60px 0px;
	}

	.tt-animate img {
		margin: 10px auto 30px auto;
		width: 70%;
		display: block;
	}


}
/*** note colors should match the color overrides section ***/

.timeline .timeline-item > .timeline-event.background-blue:after {border-left-color: #004c97 !important;border-right-color: #004c97 !important;}
.timeline .timeline-item > .timeline-event.background-darkblue:after {border-left-color:#021e43 !important;border-right-color: #021e43 !important;}
.timeline .timeline-item > .timeline-event.background-lightblue:after {border-left-color:#e0efff !important;border-right-color: #e0efff !important;}
.timeline .timeline-item > .timeline-event.background-red:after {border-left-color:#8c0012 !important;border-right-color: #8c0012 !important;}
.timeline .timeline-item > .timeline-event.background-green:after {border-left-color:#829500 !important;border-right-color: #829500 !important;}
.timeline .timeline-item > .timeline-event.background-orange:after {border-left-color:#c47708 !important;border-right-color: #c47708 !important;}
.timeline .timeline-item > .timeline-event.background-purple:after {border-left-color:#8808c4 !important;border-right-color: #8808c4 !important;}
.timeline .timeline-item > .timeline-event.background-yellow:after {border-left-color:#e3d900 !important;border-right-color: #e3d900 !important;}
.timeline .timeline-item > .timeline-event.background-black:after {border-left-color:#000000 !important;border-right-color: #000000 !important;}
.timeline .timeline-item > .timeline-event.background-white:after {border-left-color:#ffffff !important;border-right-color: #ffffff !important;}
.timeline .timeline-item > .timeline-event.background-lightgray:after {border-left-color:#ecedf2 !important;border-right-color: #ecedf2 !important;}
.timeline .timeline-item > .timeline-event.background-gray:after {border-left-color:#a9b0b3 !important;border-right-color: #a9b0b3 !important;}
.timeline .timeline-item > .timeline-event.background-darkgray:after {border-left-color:#404749 !important;border-right-color: #404749 !important;}


/*********************************************************************************************************/
/************ Start Majors Minors Programs Search and list ****************/
/*********************************************************************************************************/


input#search-programs, input#hideseek {
	width: 100%;
	font-size: 28px;
	border: solid 1px #004c97;
	background: #e0efff;
	padding: 8px;
}

ul#programs-list {list-style: none; padding: 0; margin: 0; overflow:auto;}
ul#programs-list li {}
ul#programs-list li a {float:left; display:block; width:24%; margin-right:1%; margin-bottom:1%; background-color: #004c97; min-height:140px;padding:25px 10px 10px 10px; text-align:center;}
ul#programs-list li a {font-size:20px; color:#ffffff;}
ul#programs-list li a:before {height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	border: 5px solid transparent;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
	content: "";}


/* hover animation */
ul#programs-list li a:hover {background:none; color:#004C97 !important;}
#catpicker .filter.major {background: #044c97 !important;}
ul#programs-list li a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	box-shadow: inset 0 0 0 4px #004C97, 0 0 1px rgba(0, 0, 0, 0);
}

/* minor */

ul#programs-list li a.minor:hover {background:none; color:#829500 !important;}
#catpicker .filter.minor {background: #829500 !important;}
ul#programs-list li a.minor {
	background-color: #829500;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	box-shadow: inset 0 0 0 4px #829500, 0 0 1px rgba(0, 0, 0, 0);
}


ul#programs-list li a.master:hover {background:none; color:#8808c4 !important;}
#catpicker .filter.master {background: #8808c4 !important;}
ul#programs-list li a.master {
	background-color: #8808c4;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	box-shadow: inset 0 0 0 4px #8808c4, 0 0 1px rgba(0, 0, 0, 0);
}

ul#programs-list li a.preprofessional:hover {background:none; color:#c47708 !important;}
#catpicker .filter.preprofessional {background: #c47708 !important;}
ul#programs-list li a.preprofessional {
	background-color: #c47708;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	box-shadow: inset 0 0 0 4px #c47708, 0 0 1px rgba(0, 0, 0, 0);
}



@media only screen and (max-width:767px){
	ul#programs-list li a {width:48%; width: 48%; font-size: 16px; margin-right: 2%; margin-bottom: 12px;}
}






/*********************************************************************************************************/
/********** Start color and other overrides   **************************************************************************/
/*********************************************************************************************************/

.border-top-1px {border-top:1px;}
.border-right-1px {border-right:1px;}
.border-bottom-1px {border-bottom:1px;}
.border-left-1px {border-left:1px;}



.background-blue {background:#004c97 !important;}
a.background-blue {background:#004c97 !important; color:#fff !important; display:block;}
a.background-blue:hover,a.background-blue:active {background:#021e43 !important; color:#fff !important; text-decoration:none; }
.megamenu a.background-blue {padding:6px; margin-top:6px;}
.background-blue a {color:#ffffff !important;}
.background-blue a:hover, .background-blue a:active {color:#fff !important;}

/** text color overrides **/
.text-blue, .text-blue * {color: #004c97 !important;}
.text-darkblue, .text-darkblue * {color:#021e43 !important;}
.text-lightblue, .text-lightblue * {color:#e0efff !important;}
.text-hotblue, .text-hotblue * {color:#04D5FC !important;}
.text-red, .text-red * {color:#8c0012 !important;}
.text-green, .text-green * {color:#829500 !important;}
.text-orange, .text-orange * {color:#c47708 !important;}
.text-purple, .text-purple * {color:#8808c4 !important;}
.text-yellow, .text-yellow * {color:#e3d900 !important;}
.text-white, .text-white * {color:#ffffff !important;}
.text-black, .text-black * {color:#000000 !important;}


/** background color overrides -- when updating make sure to check:
.timeline .timeline-item > .timeline-event.background-blue:after  **/
.background-blue {background: #004c97 !important; color:#ffffff;}
.background-darkblue {background:#021e43 !important; color:#ffffff;}
.background-darkblue a, #main-content .background-darkblue a:visited {color:#04D5FC; text-decoration:underline;}

.background-lightblue {background:#e0efff !important; color:#000000 !important;}
.background-hotblue {background:#04D5FC !important;}
.background-red {background:#8c0012 !important;}
.background-green {background:#829500 !important;}
.background-orange {background:#c47708 !important;}
.background-purple {background:#8808c4 !important;}
.background-yellow {background:#e3d900 !important;}
.background-black {background:#000000 !important; color:#ffffff;}
.background-black a, #main-content .background-darkblue a:visited {color:#04D5FC; text-decoration:underline;}
.background-white {background:#ffffff !important;}
.background-lightgray {background:#ecedf2 !important;}
.background-gray {background:#a9b0b3 !important;}
.background-darkgray {background:#404749 !important;}

/** background gradients -- mostly for link buttons **/
.gray-to-blue {
	color: #ffffff !important;
	border-color: #a6a6a6 !important;
	background: #cecece !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#a6a6a6)) !important;
	background: -moz-linear-gradient(top,  #cecece,  #a6a6a6) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#a6a6a6') !important;
}
.gray-to-blue:hover {
	color:#ffffff  !important;
	border-color: #005589 !important;
	background: #0069aa !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#0069aa), to(#005589)) !important;
	background: -moz-linear-gradient(top,  #0069aa,  #005589) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069aa', endColorstr='#005589') !important;
}
.gray-to-blue:active {
	color: #ffffff  !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#005589), to(#0069aa)) !important;
	background: -moz-linear-gradient(top,  #005589,  #0069aa) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#005589', endColorstr='#0069aa') !important;
}


.blue-to-gray {
	color:#ffffff  !important;
	border-color: #005589 !important;
	background: #0069aa !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#04d5ff), to(#005589)) !important;
	background: -moz-linear-gradient(top,  #04d5ff,  #005589) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04d5ff', endColorstr='#005589') !important;
}
.blue-to-gray:hover {
	color: #ffffff !important;
	border-color: #a6a6a6 !important;
	background: #cecece !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#a6a6a6)) !important;
	background: -moz-linear-gradient(top,  #cecece,  #a6a6a6) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#a6a6a6') !important;
}
.blue-to-gray:active {
	color: #ffffff  !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#cecece)) !important;
	background: -moz-linear-gradient(top,  #a6a6a6,  #cecece) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#cecece') !important;
}

.red-to-gray {
	color:#ffffff  !important;
	border: solid 1px #57000b !important;
	background: #8c0012 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#8c0012), to(#57000b)) !important;
	background: -moz-linear-gradient(top,  #8c0012,  #57000b) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c0012', endColorstr='#57000b') !important;
}
.red-to-gray:hover {
	color: #ffffff !important;
	border: solid 1px #a6a6a6 !important;
	background: #cecece !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#a6a6a6)) !important;
	background: -moz-linear-gradient(top,  #cecece,  #a6a6a6) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#a6a6a6') !important;
}
.red-to-gray:active {
	color: #ffffff  !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#cecece)) !important;
	background: -moz-linear-gradient(top,  #a6a6a6,  #cecece) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#cecece') !important;
}


/** border color overrides **/
.border-blue {border-color: #004c97 !important;}
.border-darkblue {border-color:#021e43 !important;}
.border-lightblue {border-color:#e0efff !important;}
.border-hotblue {border-color:#04D5FC !important;}
.border-red {border-color:#8c0012 !important;}
.border-green {border-color:#829500 !important;}
.border-orange {border-color:#c47708 !important;}
.border-purple {border-color:#8808c4 !important;}
.border-yellow {border-color:#e3d900 !important;}
.border-black {border-color:#000000 !important;}
.border-white {border-color:#ffffff !important;}

/*********** full widths force overrides *************/
.full-width {width:100% !important;} /*** to be used on block elements ******/


.full-width-infixed {   /****** can only be used on no nav template, as a means of forcing out of 1200max  ******/
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.full-width-infixed .row.max-width-1200 {  /****** can only be used on no nav template to put content back into 1200max  ******/
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



/****  box shadow  ****/
.box-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(30,30,30,0.6);
	-moz-box-shadow:    0px 0px 10px 0px rgba(30,30,30,0.6);
	box-shadow:0px 0px 10px 0px rgba(30,30,30,0.6);
}




/*********************************************************************************************************/
/********** Start side nav   **************************************************************************/
/*********************************************************************************************************/

a.sidenav-textcta, a.sidenav-textcta:link {margin-top:20px; display:block; width:100%; text-align:center; padding:10px; border: 1px solid #021e43; background-color: #021e43; color:#ffffff !important; }
a.sidenav-textcta:hover {border: 1px solid #004c97; background-color: #004c97; color:#e0efff !important;}


/* bigblock */

nav#left-nav ul.nav .sidenav-bigblock {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #021e43;
	border: 1px solid #021E42;
	overflow: auto;
}

nav#left-nav ul.nav .sidenav-bigblock h2 {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

nav#left-nav ul.nav .sidenav-bigblock h2 a {
	color: #ffffff;
	padding: 10px;
	display: block;
	border-bottom: none !important;
	transition: all 0.5s ease;
}

nav#left-nav ul.nav .sidenav-bigblock h2 a:hover, .sidenav-bigblock h2 a:focus, .sidenav-bigblock h2 a:target {
	background: #4d4d4d;
	text-decoration: underline;
}

nav#left-nav ul.nav .sidenav-bigblock p {
	padding: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}

nav#left-nav ul.nav .sidenav-bigblock p a {
	color: #e0efff;
	text-decoration: underline;
	transition: all 0.5s ease;
	border-bottom:none;
}

nav#left-nav ul.nav .sidenav-bigblock p a:hover, nav#left-nav ul.nav .sidenav-bigblock p a:focus, nav#left-nav ul.nav .sidenav-bigblock p a:active {
	background:#ffffff;
	text-decoration:none;
	color:#000000;
}

nav#left-nav ul.nav .sidenav-bigblock a img:hover {
	border: solid 8px #fff;
}

nav#left-nav ul.nav .sidenav-bigblock a img {
	transition: all 0.2s ease;
	border: 0px solid #ffffff;
}

@media only screen and (max-width: 767px){

	nav#left-nav ul.nav .sidenav-bigblock a img {
		width: 30%;
		float: left;
		margin-right: 5%;
	}

	nav#left-nav ul.nav .sidenav-bigblock p {
		padding: 0 20px;
		font-size: 14px;
		line-height: 26px;
		color: #ffffff;
		text-align: left;
	}

}

/* end bigblock */

.icon-bar {background-color:#fff;}
.sidenav-menu-icon {float:left;}
.sidenav-menu-menutext {float:right; margin-left:8px; display:block; line-height:15px;}
.navbar-toggle {border:1px #fff solid; background-color:#19305c;}
.navbar-nav {margin:0;}


#left-nav .navbar-nav {width:100%;}
#left-nav .navbar-nav li {float:none; width:100%; list-style: none;}



.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	display:none;
	margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.right-caret:after,.left-caret:after
{	content:"";
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid #333;
}
.left-caret:after
{	border-right: 5px solid #333;
}


.up-caret:after,.down-caret:after
{	content:"";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	margin-left:5px;
}
.up-caret:after
{	border-bottom: 5px solid #333;
}
.down-caret:after
{	border-top: 5px solid #333;
}


@media only screen and (max-width:767px) {
	nav#left-nav {background: #004c97; color: #fff;}
	nav#left-nav a {color:#fff;}
	.nav>li>a:focus, .nav>li>a:hover {background:#021e43;}
	#left-nav.navbar-leftnav .navbar-nav>.open>a,
	#left-nav.navbar-leftnav .navbar-nav>.open>a:focus,
	#left-nav.navbar-leftnav .navbar-nav>.open>a:hover,
	#left-nav.navbar-leftnav .navbar-nav>.open>a.active{background:#021e43;}

	#left-nav .navbar-nav li > a.active {color:#004C97; background:#e0efff;}


	.navbar-nav .open .dropdown-menu {background:#021e43;}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a.active {background:#19305d;}

	.navbar-nav .open .dropdown-menu.sub-menu {background:#19305d;}
	.navbar-nav .open .dropdown-menu.sub-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu.sub-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu.sub-menu>li>a.active {background:#405580;}

	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu {background:#405580;}
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>a.active {background:#5e7196;}

	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>.sub-menu {background:#5e7196;}
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>.sub-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>.sub-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>.sub-menu>li>a.active {background:#021e43;}

	.dropdown-menu .sub-menu {background:#19305d;}

	#left-nav .navbar-header .navbar-header-text {
		font-size: 18px;
		border-bottom: none;
		padding:15px;
		float:left;
	}

	.right-caret:after
	{	border-left: 5px solid #fff;
	}
	.left-caret:after
	{	border-right: 5px solid #fff;
	}
	.up-caret:after
	{	border-bottom: 5px solid #fff;
	}
	.down-caret:after
	{	border-top: 5px solid #fff;
	}

	#left-nav .menu-item .dropdown-menu .sub-menu {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
	}
}

@media only screen and (min-width:768px) {
	.navbar-collapse {padding:0 !important;}
	#left-nav-wrapper {padding: 0 20px 0 0;}
	nav#left-nav {background: transparent #important; color:#333333 #important;}
	nav#left-nav ul.nav a {color: #333; border-bottom: dotted 1px #cecece;display: block;box-sizing: border-box;padding: 10px 0 10px 20px;}
	nav#left-nav ul.nav a:hover {background:#e0efff!important; color:#004c97 !important;}
	.nav>li>a:focus, .nav>li>a:hover {background:#e0efff!important; color:#004c97 !important;}

	#left-nav.navbar-leftnav .navbar-nav>.open>a,
	#left-nav.navbar-leftnav .navbar-nav>.open>a:focus,
	#left-nav.navbar-leftnav .navbar-nav>.open>a:hover {background:#e0efff; color:#004c97; }

	ul.nav.navbar-nav > ul {
		margin-left: 0px!important;
		display: contents;
	}

	#left-nav .navbar-nav li > a.active {color:#004c97; background:#e0efff;} testing side bar

	.navbar-nav .open .dropdown-menu {background:#e0efff;}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a.active{background:#cecece; color:#004c97;}

	.navbar-nav .open .dropdown-menu.sub-menu {background:#cecece;}
	.navbar-nav .open .dropdown-menu.sub-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu.sub-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu.sub-menu>li>a.active {background:#e0efff;}

	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu {background:#e0efff;}
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>a.active {background:#e1e1e1;}

	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>.sub-menu {background:#e1e1e1;}
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>.sub-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>.sub-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu.sub-menu>li>.sub-menu>li>.sub-menu>li>a.active {background:#e0efff;}

	.dropdown-menu .sub-menu {background:transparent;}

	#left-nav .navbar-header .navbar-header-text {font-size: 18px; border-bottom: solid #cecece 2px; width: 100%; display:block; padding:5px; }
	#left-nav .navbar-header {width:100%;}

	#left-nav .menu-item .dropdown-menu .sub-menu {
		background: #004c97;
	}

	#left-nav .menu-item .dropdown-menu .sub-menu li a {
		background: #004c97;
		color: #ffffff;
	}

	#left-nav .menu-item .dropdown-menu .sub-menu li a:hover {
		background: #cecece;
		color: #004c97;
	}


} /* close min-width: 767px */


/**** DAN added for subnav block display ****/
a.dropdown-toggle.active + .dropdown-menu {
	position: relative;
	float: none;
	width: 100%;
	box-shadow: none;
	border: none;
	padding-left: 15px;
	padding-top: 0;
	z-index:1;
}

@media only screen and (min-width:768px) {
	a.dropdown-toggle.active + .dropdown-menu li a.active {
		background: #004c97 !important;
		color: #e0efff !important;
	}
}

@media only screen and (max-width:767px) {

	a.dropdown-toggle.active {background:#021e43 !important; color:#ffffff!important;}
	a.dropdown-toggle.active + .dropdown-menu {display: block;padding-left: 0;padding-top: 0; background:#021e43;}
	a.dropdown-toggle.active + .dropdown-menu li a.active {
		background: #19305d !important;
		color: #ffffff !important;
	}
}

/*********************************************************************************************************/
/********** end side nav  **************************************************************************/
/*********************************************************************************************************/



/*********************************************************************************************************/
/********** Start footer  ********************************************************************************/
/*********************************************************************************************************/


footer {margin-top: 60px; box-shadow: 0 -5px 20px rgba(0,0,0,.3); padding: 20px 0; color:#fff;
	background: #0A2240;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c97', endColorstr='#021e43',GradientType=1 );

}
footer a {color:#fff; text-decoration:none;}
footer a:hover, footer a:active {color:#fff; text-decoration:underline;}
.nondiscrimination {background:#000; color:#fff; font-size:9px; width:100%;}
.nondiscrimination p {padding:20px; max-width:1200px; font-size:9px; color:#fff; margin: 0 auto;}

@media only screen and (min-width:992px){
	footer .address-desktop-show {display:block;}
	footer .address-desktop-hide {display:none;}
}
@media only screen and (max-width:991px){
	footer .address-desktop-show {display:none;}
	footer .address-desktop-hide {display:inline;}
}


/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/* oucampus flex slider overrides */
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/

#main-content .flexslider *:visited {
	color: #ffffff;
}

.flex-caption {padding: 10px;}







/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/* be inspired capital campaign specific */
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/

.btn-primary.active {
	color: #fff;
	background-color: #004c97;
	border-color: #021e43;
}

a.btn-primary.active:visited {
	color: #fff !important;
}

.twocol-givenow, .twocol-majorgift {padding: 10px 20px; text-align: center; margin-top:10px;}

.twocol-givenow {border: solid 8px #004c97;}

.twocol-majorgift {border: solid 8px #0f3669;}

.twocol-givenow h3 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 700;
	color: #004c97 !important;
	font-size: 30px;
}

.twocol-majorgift h3 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 700;
	color: #0f3669 !important;
	font-size: 30px;
}

#priority-columns .btn-default {color:#000000 !important;}

.progress {
	position:relative;
	height:90px;
}
.raised {
	position:absolute;
	left:10px;
	top:9px;
}
.goal {
	position:absolute;
	right:10px;
	top:9px;
}

/** be inspired home page **/

.hpicons {font-size:25px; color:#a2a2a2;}
.hpicons .fa {font-size:70px;}
.hpicons div {text-align:center;}


@media only screen and (min-width:768px){
	#priority-columns {display:table;}
	#priority-columns > div {display:table-cell; float:none;}
	.priority-spacer {width:1%;}
}

@media only screen and (max-width:767px){
	#priority-columns {display:block;}
	#priority-columns > div {display:block; width:100%;}
	.priority-spacer {display:none;}

}


#dreams-bkg {background-color:#40235a; background-image: url("/inspired/images/texture-bkg-dust-and-scratches.png"); color:#ffffff; width:32.66%; float:left;}
#dreams-bkg ul li {border-color:#7c5d97 !important;}

#realworld-bkg {background-color:#d98401; background-image: url("/inspired/images/texture-bkg-dust-and-scratches.png"); color: #ffffff; width:32.66%; float:left;}
#realworld-bkg ul li {border-color:#f3b85e !important;}

#community-bkg {background-color:#2e652b; background-image: url("/inspired/images/texture-bkg-dust-and-scratches.png"); color: #ffffff; width:32.66%; float:right;}
#community-bkg ul li {border-color:#89d085 !important;}

#annualfund-bkg {background-color:#004c97; background-image: url("/inspired/images/texture-bkg-dust-and-scratches.png"); color: #ffffff; width:100%; float:right;}
#annualfund-bkg ul li {border-color:#004c97 !important;}


#dreams-bkg, #realworld-bkg, #community-bkg, #annualfund-bkg {
	box-shadow: 0 0 31px 0 black inset;
}

#dreams-bkg h2, #dreams-bkg h3, #dreams-bkg li, #realworld-bkg h2, #realworld-bkg h3, #realworld-bkg li, #community-bkg h2, #community-bkg h3, #community-bkg li {color:#ffffff; text-align:center;}
#dreams-bkg h2, #realworld-bkg h2, #community-bkg h2 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
	padding: 20px 0;
	border-bottom: solid 1px;
	margin-bottom:0;
}

#annualfund-bkg h2 {margin-top:0; text-align:center; color:#ffffff !important;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	padding:20px;
}
#annualfund-bkg p {
	color: #fff;
	padding: 0 30px 30px 30px;
	font-size: 18px;
	text-align: center;
}

#dreams-bkg a, #realworld-bkg a, #community-bkg a, #annualfund-bkg a {color:#ffffff;}
#dreams-bkg h3, #realworld-bkg h3, #community-bkg h3 {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 36px;
	border-bottom:solid 1px;
	padding:18px;
	margin:0;
}

#dreams-bkg h3 span, #realworld-bkg h3 span, #community-bkg h3 span {
	text-transform: uppercase;
	font-size:31px;
}

#dreams-bkg ul, #realworld-bkg ul, #community-bkg ul {list-style:none; margin:0; padding:0;}
#dreams-bkg ul li, #realworld-bkg ul li, #community-bkg ul li {border-bottom:1px solid; color:#ffffff; margin:0; padding: 10px;}






/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/********** Start forms styles  ********************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/

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

.admissions-form {display:block;}

.admissions-form fieldset {width:100%; border: solid 1px #cdcdcd; padding: 20px; margin-bottom:30px;}
.admissions-form fieldset legend {padding-left:10px ;font-size: 24px; font-weight:bold; border: 1px solid #cdcdcd; color:#004c97;}

.admissions-form label.control-label {
	font-weight: bold;
	font-size: 16px;
	width: auto;
	color:#004c97;
}


.admissions-form .controls {
	margin-bottom: 30px;
	margin-left:15px;
}

.admissions-form p.helper-text {
	margin-top: -25px;
	margin-bottom: 30px;
	margin-left:15px;
}

.admissions-form input[type="text"] {
	border: none;
	background: #ededed;
	padding: 6px;
	width:100%;
}

.admissions-form .control-group {
	display: block;
	overflow: auto;
}

.admissions-form button, select {
	max-width: 100%;
}

/********** Start Galleries styles  ********************************************************************************/

.pretty-photo .thumbnails {
	margin-left: 0;
	list-style: none;
	padding: 0;
}

.pretty-photo .thumbnails  {
	margin-left: 0;
	list-style: none;
	padding: 0;
}

.pretty-photo .thumbnails > li {
	float: none;
	margin:0;
}


.pretty-photo .thumbnails li a img {
	width: 100% !important;
	height: auto !important;
}

.pretty-photo.sm-columns1 .thumbnails li,
.pretty-photo.sm-columns2 .thumbnails li,
.pretty-photo.sm-columns3 .thumbnails li,
.pretty-photo.sm-columns4 .thumbnails li,
.pretty-photo.sm-columns5 .thumbnails li,
.pretty-photo.sm-columns6 .thumbnails li {
	width: 100%;
}

@media only screen and (max-width:767px){
	.pretty-photo.xs-columns2 .thumbnails li {width:49% !important; float:left; margin-left: 1%;}
	.pretty-photo.xs-columns2 .thumbnails li:nth-child(2n+1) {margin-left: 0;}

	.pretty-photo.xs-columns3 .thumbnails li {width:32% !important; float:left; margin-left: 1%;}
	.pretty-photo.xs-columns3 .thumbnails li:nth-child(3n+1) {margin-left: 0;}

}

@media only screen and (min-width:768px){
	.pretty-photo .thumbnails > li {float: left; margin-left: 1%;}

	.pretty-photo.sm-columns1 .thumbnails li {width: 100%;}
	.pretty-photo.sm-columns2 .thumbnails li:nth-child(2n+1) {margin-left: 0;}

	.pretty-photo.sm-columns2 .thumbnails li {width: 49%;}
	.pretty-photo.sm-columns2 .thumbnails li:nth-child(2n+1) {margin-left: 0;}

	.pretty-photo.sm-columns3 .thumbnails li {width: 32%;}
	.pretty-photo.sm-columns3 .thumbnails li:nth-child(3n+1) {margin-left: 0;}

	.pretty-photo.sm-columns4 .thumbnails li {width: 24%;}
	.pretty-photo.sm-columns4 .thumbnails li:nth-child(4n+1) {margin-left: 0;}

	.pretty-photo.sm-columns5 .thumbnails li {width: 19%;}
	.pretty-photo.sm-columns5 .thumbnails li:nth-child(5n+1) {margin-left: 0;}

	.pretty-photo.sm-columns6 .thumbnails li {width: 15%;}
	.pretty-photo.sm-columns6 .thumbnails li:nth-child(6n+1) {margin-left: 0;}

}


/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/********** Start Emergency pannel styles  ********************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/

.EmergOnOffDiv {
	display: none !important;
	visibility:hidden !important;
}

@media only screen and (max-width:767px){

	#intruder-wrap{
		display:block;
		width:100%;
		padding: 0 20px;
		margin:0;
		color:#fff !important;
	}

	#intruder {
		width: 100%;
		padding: 10px;
		display: block;
		color: #fff !important;
	}

	#intruder .advisory {
		font-size: 1.4em;
		text-transform: uppercase;
		color: #014f99 ;
		font-weight: 700;
		border-bottom: solid 1px;
		margin-bottom:6px;
	}

	div#intruder-wrap {
		color: #fff;
		padding: 10px;
		line-height: 20px;
	}	


	#intruder .message {
		color: #014f99 ;
		font-size: 1.2em;
		font-weight: bold;
		padding:0 30px 0 0;

	}

	#intruder .message a {
		color: #014f99 ;
		text-decoration: underline;
	}

}

@media only screen and (min-width:768px){

	#intruder {
		max-width: 1200px;
		margin: 0 auto;
		color: #ffffff;
		display: table;
		width: 100%;
	}

	#intruder .advisory {
		width: 30%;
		background: #014f99 ;
		display: table-cell;
		padding: 20px;
		height: 100%;
		font-size: 1.8em;
		line-height: 1.0em;
		text-transform: uppercase;
		color: #fff;
		font-weight: 700;
	}


	#intruder .issued {
		width: 25%;
		display: table-cell;
		padding: 20px;
		height: 100%;
		border-right: solid 1px;
		color: #011B35 ;
		font-size: 1.2em;
	}

	#intruder .message {
		width: 55%;
		padding: 0px 15px !important;
		display: table-cell;
		height: 100%;
		color: #011B35 ;
		font-size: 1.0em;
		font-weight: bold;
		line-height: 20px;
	}

	#intruder .message a {
		color: #014f99;
		text-decoration: underline;
		font-weight:normal;
		font-size:.8em;
	}
}






/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/********** Start Print Styles  ********************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/


@media print {
	.breadcrumb, #hero, .embed-responsive, .header {display:none;}

	img {width:2in !important; height:auto;}

	#main-content{width:100% !important;}
	.pretty-photo .thumbnails li a {width:20% !important; float:left;}

	footer>.container>div:first-of-type {display: none;}
	footer>.container:before {content: "Elizabethtown College | 717.361.1000 | 1 Alpha Drive | Elizabethtown, PA 17022-2298| Copyright 2019 Elizabethtown College"}
	.no-print, .no-print * {display: none !important;}


}




/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/********** Start animate.css  ********************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/

/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden
*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}


/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/********** end animate.css  ********************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/
/*********************************************************************************************************/

.slate-dept-form {
	margin: 10px 0px 30px;
	padding: 10px 40px 30px;
	background-color: #dee2e6;
	border-radius: 35px;
}

div.form_h2 .form_label {
	font-size: 1.7em !important;
}

.slate-dept-form h2 {
	font-family: big-caslon-fb, serif;
	font-weight:bold;
	position: relative;
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 64px;
	line-height: 91px;		
	color: #011b35 !important;
}

.slate-dept-form h2:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	height: 45px;
	background-color: #fff;			
}

button.default {
	color: #fff;
	font-size: 26px;
	border-radius: 10px;
	padding: 10px;
	background-color: #014f99;
	width: 100%;			
}

.form_responses input {
	padding: 10px;
	border: none;
	border-radius: 10px;
	border-bottom: solid 5px #fff;
	font-size: 16px;
	transition: border-bottom 1s;
}

.form_responses input:focus {
	border-bottom: solid 5px #014f99;
}

.form_responses textarea {
	padding: 10px;
	border-radius: 10px;
	border: none;
	border-bottom: solid 5px #fff;			
	font-size: 16px;
	transition: border-bottom 1s;
}			

.form_responses textarea:focus {
	border-bottom: solid 5px #014f99;
}					

.form_responses select {
	padding: 10px;
	border-radius: 10px;
	border: none;
	border-bottom: solid 5px #fff;			
	font-size: 16px;
	transition: border-bottom 1s;
}						

.form_responses select:focus {
	border-bottom: solid 5px #014f99;
}

a.btn.quick-form-btn {
	width: 100%;
	padding: 10px;			
	font-family: big-caslon-fb, serif;
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	line-height: 50px;
	color: #011b35 !important;
	text-decoration: none !important;
	margin-top: 0px;
	transition: display 2s;
}

a.btn.quick-form-btn[aria-expanded="true"] {
	display:none;
	margin-top: -20px;
}			

div.form_question.required {
	background-color: #fcc;
	padding: 15px 35px;
	border-radius: 10px;
	border-left: 10px solid red;
}

#page-navigation {
	display: none;
}



/* New Dividers Styling */

/* Controls Root CSS Colors */
:root {
	--main-blue: #014f99;
	--dark-blue: #011B35;
	--light-blue: #cbe4f2;
	--gray: #dee2e6;
	--white: #ffffff;
}

/* Controls Base Divider Styles */
.divider {
	position: relative;
	height: 10vh;
	width: 100vw;
}

@media screen and (max-width: 1200px) {
	.divider {
		height: 7.5vh;
	}
}

@media screen and (max-width: 768px) {
	.divider {
		height: 5vh;
	}
}


/* Triangle Shaped Divider */
.triangle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 101%;
	width: 50%;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.triangle::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 101%;
	width: 50%;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}


/* Slants */
.right-slant::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 101%;
	width: 100%;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.left-slant::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 101%;
	width: 100%;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/* Controls Colors */
div[class*="white-"] {
	background-color: var(--white);
}

div[class*="darkBlue-"] {
	background-color: var(--dark-blue);
}

div[class*="blue-"] {
	background-color: var(--main-blue);
}

div[class*="lightBlue-"] {
	background-color: var(--light-blue);
}

div[class*="gray-"] {
	background-color: var(--gray);
}

div[class*="-blue"]::before, div[class*="-blue"]::after {
	background-color: var(--main-blue);
}

div[class*="-darkBlue"]::before, div[class*="-darkBlue"]::after {
	background-color: var(--dark-blue);
}

div[class*="-lightBlue"]::before, div[class*="-lightBlue"]::after {
	background-color: var(--light-blue);
}

div[class*="-white"]::before, div[class*="-white"]::after {
	background-color: var(--white);
}

div[class*="-gray"]::before, div[class*="-gray"]::after {
	background-color: var(--gray);
}
  .dine {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  }
	  .dine caption {
    caption-side: top;
    font-size: 1.5em;
    font-weight: bold;
    color: #004b98;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  .dine th, .dine td {
    padding: 12px 20px;
    text-align: left;
    border-bottom: 2px solid #c8c8c8;
  }
  .dine th {
    background-color: #004b98;
    color: white;
  }
  .dine tr:nth-child(even) {background-color: #c8c8c8;}
  .dine tr:hover {background-color: #3db5e6; color: white;}
  .dine tr:hover td {
    color: white;
  }