/* v 0.1.9 */
/* nunito-sans-300 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito-sans-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-sans-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v11-latin-300.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v11-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-sans-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v11-latin-italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/nunito-sans-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-sans-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v11-latin-600.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-sans-v11-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Nunito Sans', sans-serif;
	color: #000000;
	font-size: 14pt;
	line-height: 1.6em;
}
/* new styles */
a { color:#b93c95;}
a:hover{color:#314f9d;}
h1{font-size: 24pt; color:#23243b;}
h2{font-size: 18pt; color:#b93c95;}
h3{font-size: 14pt; color:#314f9d;}
h4{font-size: 14pt; font-weight:bold;}

.homepage h1{
font-size: 20pt; color:#314f9d; font-weight:bold;
	
}


.footer-wrap h4{
	color:#fff;
	font-weight:bold;
}
.button{
	background-color:#b93c95;
	font-size:12pt
	
}
.button:hover{
	background-color:#23243b;
}
/* orange #f2a100*/

.white {color: #f8f8f8;}
.yellow {color: #F2C800;}
.red {color: #B71007;}
.blue {color: #3EA0D6;}
.darkblue {color: #314f9d;}
.dark {color: #4A4A4A;}

.blue-bg {
	background: #0F7CB9;
}

.dark-bg {
    background: #e2e3e2;
    color: #000;
}

img.orbit-image {
    background-size: cover;
    background-position: center bottom;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}




.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mobo {
    display: block !important;
}

.desktop {
	display: none !important;
}

.clearfix {
	clear: both;
}

.pagination li {
    display: block;
    float: left;
}

.top-header {
		background: #63b3e4;
		color: #000;
		font-size:12pt;
		padding: 10px;
	}
	
.langSwitcher a {
    font-size: 0.9em;
    margin: 0 10px;
    color: #000;
}

.langSwitcher a.active {
	color: #000;
}

ul.accessibility {
    display: none;
}

.header {
    padding-top: 5px;
    padding-bottom: 5px;
	border-bottom: 1px solid #cecece;
}

.signinBtn {
    background: #f58720;
    color: #000;
    align-items: center;
    margin: auto;
	padding: 7px 25px 5px;
	border-radius: 15px;
	font-weight:bold;
}

.content-wrap {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

/* Home */
.grid-container.homepage.content-wrap {
    margin-top: 0;
}

.home-info {
  	padding: 4%;
}

.home-info p {
    font-size: 1.1em;
    line-height: 1.3em;
}

.home-img {
    background: url(/media/1002/home-img.jpg) no-repeat center;
	background-size: cover;
    min-height: 200px;
}

.home-about {
    margin: 5rem 0;
}

img.partner-logo {
    width: 70%;
    margin: 15px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

img.partner-logo:hover {
    transition: all 0.5s ease;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.banner {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    height: 300px;
    background: #F2C800;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1.pagetitle {
    position: absolute;
    top: 35%;
    text-transform: uppercase;
	  line-height: 1.1;
	 width: 100%;
	 font-weight:bold;
	font-size:26pt;
}

.breadcrumbs {
    font-size: 1.0em;
    border-bottom: 2px solid #ccc;
    padding: 0.75rem 0.5rem 1rem 0;
	margin-bottom: 2rem;
}

.breadcrumbs a {
    color: #b71007;
}


.green-bg {
	background: #369116;
}

.red-bg {
	background: #B71007;
}

.yellow-bg {
	background: #FFB600;
}

.darker-bg {
	background: #4A4A4A;
}

.lighter-bg {
	background: #8C8C8C;
}

.msg-it-type,
.letter-it-type, 
.photo-it-type,
.press-it-type,
.blog-it-type, 
.career-it-type {
    text-align: center;
    padding: 25px 15px;
    color: white;
    font-weight: bold;
	line-height: 1.2em;
}

.msg-it-type img,
.letter-it-type img, 
.photo-it-type img,
.press-it-type img,
.blog-it-type img,
.career-it-type img {
    display: block;
    margin: 0 auto;
}

.msg-it-type span,
.letter-it-type span, 
.photo-it-type span,
.press-it-type span,
.blog-it-type span, 
.career-it-type span {
	display: none;
}

.tag-wrap a {
    font-size: 0.8em;
    background: #F9F9F9;
    padding: 0 8px;
    margin-right: 5px;
    display: inline-table;
    border-radius: 4px;
    margin-bottom: 8px !IMPORTANT;
    color: #666;
}

.tag-wrap a:hover {
    background: #333;
    color: #fff;
    transition: all 0.5s ease;
}

a.blog-more:hover {
    opacity: 0.6;
    transition: all 0.5s ease;
}

.blog-section .cell {
    margin-bottom: 15px;
}

.box-type-1{
	background-color: #b93c95;
}
.box-type-2{
	background-color: #23243b;
}
.box-type-3{
	background-color: #63b3e4;
}
.box-type-4{
	background-color: #f58720;
}

.blog-section .cell {
    margin-bottom: 15px;
}

p.blog-info {
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: 1px solid #ffffff5c;
    padding: 20px 0 10px 0;
	line-height: 1.1;
}

a.blog-more {
    color: white !important;
    font-weight: normal !important;
}


p.line {
    height: 1px;
    width: 50px;
    background: white;
    margin-bottom: 5px;
}

p.blog-date {
    text-transform: uppercase;
}

p.blog-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.blog-it-wrap iframe {
    display: none;
}

.blog-blurb h1, 
.blog-blurb h2, 
.blog-blurb h3, 
.blog-blurb h3, 
.blog-blurb h4, 
.blog-blurb h5, 
.blog-blurb h6 {
	font-size: 1em;
	line-height: 1;
}

/* Menu */
.menu li > a {
    color: white;
    font-size:15px;
    
}
.is-dropdown-submenu li {
	/*border: 2px solid #fff; */
}
.is-dropdown-submenu > li:hover {
    background: #63b3e4;
}

/* Accordon Menu*/
.accordion-menu a {
  padding: 1rem  !important;
}

.accordion-menu .is-accordion-submenu a {
  padding: 1rem 2rem !important;  color: #fff; }
  

.is-accordion-submenu-parent > ul {
    background: #63b3e4 !important;
}

.submenu .is-accordion-submenu-parent ul {
    background: #63b3e4 !important;
}

.orbit {
    background: #999;
    height: auto;
}

.orbit-container {
  height: auto;
}

.orbit-bullets {
    bottom: 100px;
	display: none;
}

.orbit-bullets button.is-active {
    background-color: #8a8a8a;
    border: 2px solid #F2C800;
    height: 55px;
}

.orbit-bullets button {
    width: 130px;
    height: 55px;
    margin-right: 5px;
    border-radius: 0;
    background-color: #fff;
	border: 2px solid #fff;
	overflow: hidden;
	cursor: pointer;
}


.orbit-caption {
    position: absolute;
    bottom: auto;
    width: 80%;
    padding: 1rem;
    background: none;
    color: #ffffff;
    margin: -50px 10% 0 10%;
    top: 100px;
}

figcaption.orbit-caption p {
    font-size: 2rem;
    text-align: center;
    line-height: 1.2;
	/*opacity: 0.8;*/
}

.accordion-title {
    border: 0;
	padding: 0.5rem 1rem;
	color: #999;
}

.archive-wrap {
    background: #f8f8f8;
    margin-top: 2rem;
    padding: 1rem;
}

.accordion {background: none;}

.accordion-title h5 {
    margin-bottom: 0;
    color: #666;
}

.accordion-title h5 {
    margin-bottom: 0;
    color: #666;
}

.accordion-content {
    border: 0;
    color: #333;
    margin-left: 5%;
	background: none;
}

.accordion-content a {
    color: #999;
}

/* form */
	.mar1 {
		height: 1.5rem;
	}
span.slash {
    margin-top: 9px;
    padding: 0 5px;
}

	.input-group-field {
		height: 2.4375rem;
	}
	
.crimnial-list {
    background: #f7f7f7;
    margin-bottom: 1em;
    padding-top: 0.5em;
}
	
input.button {
    border-radius: 50px;
	text-transform: uppercase;
	margin-top: 2rem;
	font-weight: bold;
}
	
input[type="text"] {
    border-radius: 4px;
    box-shadow: none;
}

.input-group > :first-child {
    border-radius: 4px;
}
	
fieldset.fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
	
.even {
    background: #f8f8f8;
    padding: 1.5rem 0;
    margin: 1.5em;
}

/* Event */
.date-col {
   text-align: right;
	letter-spacing: 2px;
}

.date-col p {
    margin-bottom: 0;
}

.single-event {
    border-left: 6px solid #f2c800;
	margin-bottom: 5%;
	padding: 0 2%;
}

.event-bg {
    background: #F7F7F7;
    padding: 20px 0;
}
.event-list {
    background: white;
    border: 1px solid #E2E2E2;
    padding: 1rem 2rem;
    border-radius: 4px;
	margin-bottom: 1rem;
	min-height: 110px;
}

.event-list a {
    font-size: 1.2em;
    font-weight: bold;
    color: #314f9d;
}

.event-list a:hover {
	color: #3EA0D6;
}

.event-location {
    margin: 3rem 0;
}

.recent-post {
    background: #f8f8f8;
    padding: 2rem !important;
}

p.recent-item {
    border-bottom: 1px solid #cecece;
    padding-bottom: 1rem;
    font-size: 0.9rem;
}

p.recent-item:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.
-list {
    margin-bottom: 1rem;
}

.blog-section {
    margin-bottom: 2rem;
}

.blog-list {
    color: white;
    padding: 1rem;
    border-radius: 5px;
	min-height: 260px;
	position: relative;
}


.blog-list a:hover {
    color: #3ea0d6;
}

.location {
    background: #3ea0d6;
    color: white;
    padding: 1rem;
    font-weight: bold;
}

.event-detail {
    background: #e6e6e6;
    margin-bottom: 1rem;
    padding: 1rem;
}

img.member-profile {
    height: 220px;
    margin-bottom: 10px;
}

.memeber-list {
    text-align: center;
    margin: 3vh 0;
}
/* Repsonsive menu */
button.menu-icon {
    background: none;
    height: 30px;
    width: 30px;
	    margin-top: 5px;
}

button.menu-icon:hover {
    background: none;
}

/* Event */
.event-bg {
    background: #e3b2d6;
    padding: 20px 0;
}
.event-list {
    background: white;
    border: 1px solid #E2E2E2;
    padding: 1rem 2rem;
    border-radius: 4px;
}

.event-location {
    margin: 3rem 0;
}

.location {
    background: #3ea0d6;
    color: white;
    padding: 1rem;
    font-weight: bold;
}

.event-detail {
    background: #e6e6e6;
    margin-bottom: 1rem;
    padding: 1rem;
}

img.member-profile {
    height: 220px;
    margin-bottom: 10px;
}

.memeber-list {
    text-align: center;
    margin: 3vh 0;
}


/* Blog */
.blog > hr {
    margin: 0rem auto 2rem auto;
}

a.readmore {
    font-weight: bold;
	transition: all 1s ease;
}

a.readmore:hover {
    color: #1f1f1f;

}

/* Calendar */
.cal-nav {
    margin: 40px 0 10px 0;
}

.ccdi_calendar_row {width:100%;clear:both;}

.ccdi_calendar_date {
	border-top: 2px solid #999;
	float:left;
	width: 14%;
	padding: 10px;
	height:220px;
	overflow-y: scroll;
}

	a.cal-event {
		display: block;
		border-left: 3px solid #ffae00;
		padding-left: 10px;
		font-size: 0.9em;
		line-height: 1.2em;
		width: 25px;
		height: 25px;
		background: #ffae00;
		border-radius: 100px;
		margin-bottom: 8px;
	}
	
	a.cal-event span {display: none;}

.date-name {
    float: left;
    width: 14%;
    padding: 5px 10px;
    font-weight: bold;
}

/* Contact form */
#contour fieldset, .contour fieldset {
 padding: 0 !important;
}

#contour input.text, 
#contour textarea, 
.contour input.text, 
.contour textarea {
	width: 98% !important;
	height: 50px;
	margin: 0 !important;
	padding: 1% 2% !important;
}

#contour input.text, #contour input.title, #contour textarea, #contour select, .contour input.text, .contour input.title, .contour textarea, .contour select {
    max-width: 400px !important;
    height: 50px;
    border-radius: 3px;
    padding: 1% 30px 1% 2% !important;
    width: 98% !important;
	margin: 0px !important;
}

h4.contourPageName {
  display: none;
}

#contour textarea, .contour textarea {
    box-shadow: none;
    height: 150px !important;
}

[type='submit'], [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
    background: #3EA0D6;
    border: 0;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
	max-width: 400px;
}

#contour fieldset, .contour fieldset {
  margin: 0 !important;
}

[type='submit']:hover, [type='button']:hover {
    background: black;
    transition: all 0.5s ease;
    cursor: pointer;
}

#contour .field-validation-error, .contour .field-validation-error {
   padding: 0 !important;
}

.contourField {
    margin-bottom: 30px;
}

/* Footer */
.footer-wrap {
	background-color: #314f9d;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight:bold;
}

.footer-wrap .small-12 {
    padding-bottom: 1rem;
    border-bottom: 1px solid #666;
    padding-top: 1rem;
}

.footer-wrap .small-12:last-child {
	border-bottom: 0;
}

.footer-wrap a {
    font-weight: bold;
    color: white;
}

.footer-wrap a:hover {
    color: #3EA0D6;
	transition: 0.5s ease;
}

ul.social {
    list-style: none;
    margin: 0;
}

ul.social li {
    float: left;
    margin: 1rem 1rem 1rem 0;
}

ul.contact-list {
    margin: 0;
}

ul.contact-list li {
    list-style: none;
    padding: 10px;
    width: 100%;
}

div#responsive-menu {
    width: 100%;
}

.copyright-wrap {
	font-size: 10pt;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}

.copyright-wrap a:hover {
    color: #333;
	transition: 0.5s ease;
}

.mobo-show {display: block;}

.nav-wrap {
	background-color: #314f9d;
	padding: 0;
	display: block;
	border-top: 0px;
	font-size: 17px;
}

/* slider logo */
section.customer-logos.slider.slick-slider {
    height: 130px;
    background: none;
}

.grid-container.logo-slider {
    padding-top: 2rem;
}

h2{
  text-align:center;
  padding: 20px;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 80%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



@media print, screen and (min-width: 40em) {
	ul.social li {
    float: left;
    margin: 1rem 1.5rem;
}
	
.blog-list {
	min-height: 330px;
}
	.orbit {
    background: #999;
    height: 260px;
}

.orbit-container {
  height: 260px !important;
}


.orbit-caption {
	top: 140px;
}


	
	
	h1.pagetitle {
		width: 80%;
	}
	
	figcaption.orbit-caption p {
    font-size: 3rem;
    line-height: 1.1;
}
	
	.nav-wrap {
		background-color: #314f9d;
		padding: 5px 0;
	}
	.mobo-show {display: none;}

	a.cal-event {
		display: block;
		border-left: 3px solid #ffae00;
		width: auto;
		height: auto;
		border-radius: 0;
		background: none;
	}
	
	a.cal-event span {
		display: block;
	}
	
	.home-info p {
		font-size: 20px;
		line-height: 28px;
	}
	
	p {
    	
	}
	
p.blog-info {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ffffff5c;
    padding: 20px 0 10px 0;
}

}


	
@media print, screen and (min-width: 64em) {
.msg-it-type,
.letter-it-type, 
.photo-it-type,
.press-it-type,
.blog-it-type,
.career-it-type {
	height: 150px;
	padding: 25px 5px 20px 5px;
	font-size: 90%;
}
	
.msg-it-type span,
.letter-it-type span, 
.photo-it-type span,
.press-it-type span,
.blog-it-type span, 
.career-it-type span {
	display: block;
}
	
	
	.orbit {
    background: #999;
    height: 500px;
}

.orbit-container {
  height: 500px !important;
}

.orbit-bullets {
    bottom: 100px;
   display: block;
}

.orbit-caption {
	top: 170px;
}

	
.header {
	padding-top: 15px;
	padding-bottom: 1em;
	border: 0;
}
	
figcaption.orbit-caption p {
    font-size: 5rem;
    line-height: 1.1;
}
	
.signinBtn {
    margin: 3.5% auto;
	padding: 10px 30px;
	    border-radius: 35px;
}
	
.mobo {
    display: none !important;
}	

.desktop {
	display: block!important;
}
	
		h1.pagetitle {
		width: 70%;
	}




/*footer*/
	.footer-wrap {
		background-color: #314f9d;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.footer-wrap .small-12 {
		border-bottom:  0;
	}
	
	ul.contact-list li {
     	list-style: none;
    	margin: 0px 20px 0 0;
		padding: 0;
    	float: left;  
		width: auto;
	}
	
	ul.contact-list li:nth-child(2),
	ul.contact-list li:nth-child(3) {
   	 	list-style: disc;
    	margin-left: 8px;
	}
	
	ul.social li {
    	float: left;
    	margin: 0.8rem;		
	}
	
	ul.accessibility {
    margin: 0;
    padding: 0;
		display: block;
		float: right;
	}

	ul.accessibility li {
		float: left;
		margin-right: 2.5rem;
		list-style: none;
		font-size: 12pt;
		 color: #000;
	}
	
	ul.accessibility li a {
    	color: #000;
	}
	
	ul.accessibility li a:hover {
		transition: 0.5s ease;
		opacity: 0.5;
	}
	
	ul.accessibility li img {
    	vertical-align: middle;
   	 	padding-left: 7px;
	}
	
	ul.accessibility li:last-child {
   		margin-right: 0;
}
	
	.signinBtn {
		display: block;
}

}

	
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


