/*
Theme Name: YPSA Official Website Twenty
Theme URI: http://ypsa.org/
Author: Abdullah Al Shakir
Author URI: http://webmaster.ypsa.org/
Description:  YPSA Official Website Twenty theme is only for its own use.
Version: 2.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: YPSA
Text Domain: ypsatwenty
*/
/*--------------------------------------------------------------
 Reset
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}
ol{ list-style:decimal; }
ul{ list-style:disc; }
ul ul{ list-style:circle; }

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}
input,
select,
a img{ 
	vertical-align:middle; 
	}
sup {
  top: -.5em;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

strong,
b {
  font-weight: bold;
}
figure > img {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

img[class*="align"]{
	margin-bottom:20px;
}
img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  width: 100%;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
2.0 Style html tag
--------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
   color: #555;
}

a,
a:hover {
  text-decoration: none;
}

a {
  color: #1F94DA;
}
a:visited {
  color: #1F94DA;
}

a:active, a:focus {
 /* outline: 0; */
}

a:hover {
  color: #00adef;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  border-radius: 2px;
  font-size: 18px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  color: #333;
  transition: all 200ms ease-in-out 0s;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #bfbfbf;
  outline: none;
}

textarea {
  padding: 10px 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"] {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

select {
  box-sizing: border-box;
  padding: 0.5em 2em 0.5em 0.5em;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: right 15px top 1em, right 10px top 1em;
  background-size: 5px 5px, 5px 5px;
}

button,
.btn,
input[type="submit"] {
  border:1px solid #D1D1D1;
  border-radius: 3px;
  background:#1596e3;
  color:#FFF;
  padding: 10px 25px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  transition:all 0.3s ease-in-out;
}

button:hover,
.btn:hover,
input[type="submit"]:hover {
	background:#000;
  text-decoration: none;
}

button:focus,
textarea:focus {
}

table {
	max-width: 100%;
  font-size: 95%;
  border-width: 1px;
  border-color: #e9e9e9;
  
  /* display:block; */
  margin-left:auto;
  margin-right:auto;
}

table th {
  padding: 10px;
  border:1px solid #e6e6e6;
  background-color: #f0f0f0;
  vertical-align:middle;
}

table td {
  padding: 10px;
  border:1px solid #e6e6e6;
  background-color: #ffffff;
  vertical-align:middle;
}

table tr:hover td {
  background-color: #f9f9f9;
}

/* Responsive table */
@media only screen and (max-width: 768px) {
	table{width:100%;}
	thead, tbody {
    display: block; position: relative;
	}
	tbody { width: auto; overflow-x: auto; }
}
/*----------------*/


/* CSS3 Effects */
.box-shadow{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
}

/* Buttons */
.button-gray {
	display:inline-block;
	padding:15px;
  background-color: #999 !important;
  border: 1px solid #333 !important;
  border-radius: 2px;
  color: #FFF !important;
  font-weight: 600;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.button-gray:hover, .search-submit:hover, .pagination .nav-next:hover {
  background-color: #f0f0f0 !important;
  border-color: #d9d9d9 !important;
  color: #333 !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.pdf{
}
.pdf:before{
	font-family:FontAwesome;
	content:'\f1c1';
	position:relative;
	padding-right:10px;
}

img.responsive{
	width:100%;
	height:auto;
}



.error{ color:red; }



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.sitemap-link:focus{
	margin-left:-120px;

}

/*--------------------------------------------------------------
# Layout / Grid
--------------------------------------------------------------*/

.container {
	padding-right:15px; padding-left:15px; margin-right:auto; margin-left:auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
.container-960{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}

.row{ display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap:wrap; margin-right:-15px; margin-left:-15px}
.gutter-bottom{
	margin-bottom:30px;
}

.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}

.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}

.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

@media (min-width:576px) {
	.col-sm-2{
		-ms-flex:0 0 16.666667%; flex:0 0 16.666667%; max-width:16.666667%
	}

	.col-sm-3{
		-ms-flex: 0 0 25%; flex: 0 0 25%; max-width:25%;
	}
	.col-sm-4{
		-ms-flex: 0 0 33.333%; flex: 0 0 33.333%; max-width:33.333%;
	}	
	.col-sm-6{
		-ms-flex: 0 0 50%; flex: 0 0 50%; max-width:50%;
	}
	.col-sm-8{
		-ms-flex:0 0 66.666667%; flex:0 0 66.666667%; max-width:66.666667%;
	}
	.col-sm-9{
		-ms-flex: 0 0 75%; flex: 0 0 75%; max-width:75%;
	}
	.col-sm-10{
		-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width:83.333333%;
	}

	.col-sm-12{
		-ms-flex: 0 0 100%; flex: 0 0 100%; max-width:100%;
	}
}

@media (min-width:768px){
	.col-md-2{
		-ms-flex:0 0 16.666667%;flex:0 0 16.666667%; max-width:16.666667%
	}

	.col-md-3{
		-ms-flex: 0 0 25%; flex: 0 0 25%; max-width:25%;
	}
	.col-md-4{
		-ms-flex: 0 0 33.333%; flex: 0 0 33.333%; max-width:33.333%;
	}	
	.col-md-6{
		-ms-flex: 0 0 50%; flex: 0 0 50%; max-width:50%;
	}
	.col-md-8{
		-ms-flex:0 0 66.666667%; flex:0 0 66.666667%; max-width:66.666667%;
	}
	.col-md-9{
		-ms-flex: 0 0 75%; flex: 0 0 75%; max-width:75%;
	}
	.col-md-10{
		-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width:83.333333%;
	}

	.col-md-12{
		-ms-flex: 0 0 100%; flex: 0 0 100%; max-width:100%;
	}
}

@media (min-width:992px){
	.col-lg-2{
		-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%
	}
	.col-lg-3{
		-ms-flex: 0 0 25%; flex: 0 0 25%; max-width:25%;
	}
	.col-lg-4{
		-ms-flex: 0 0 33.333%; flex: 0 0 33.333%; max-width:33.333%;
	}	
	.col-lg-6{
		-ms-flex: 0 0 50%; flex: 0 0 50%; max-width:50%;
	}
	.col-lg-8{
		-ms-flex:0 0 66.666667%; flex:0 0 66.666667%; max-width:66.666667%;
	}
	.col-lg-9{
		-ms-flex: 0 0 75%; flex: 0 0 75%; max-width:75%;
	}
	.col-lg-10{
		-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width:83.333333%;
	}

	.col-lg-12{
		-ms-flex: 0 0 100%; flex: 0 0 100%; max-width:100%;
	}
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-right {
  justify-content: flex-end !important;
}
/*

@media (max-width: 576px) {
    [class*="col-"] {
        width: 100%;
    }
}

*/
.alignleft { float: left; margin-right: 1.5em;}

.alignright { float: right; margin-left: 1.5em;}

.aligncenter { display: block; margin: 0 auto; text-align: center; clear: both;}

.alignnone { display: block;}

.clear {
  clear: both;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
background: #4D94C8;
  position: relative;
}

#masthead .innerhead{
  padding:15px 0;
}
#masthead .site-branding {
	display:flex;
	align-items:center;
}
#masthead .main-title{
	font-size:64px;
	font-weight:bold;
	color:#FFF;
	margin-left:20px;
	margin-right:20px;
	text-shadow:0 0 5px rgba(0,0,0,0.2)
}
.site-branding img {
	height:100px;
}

#masthead .site-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

#masthead .un-status{
	font-size:14px;
	color: #D5F4FF;
	display:flex;
	align-items:center;
	border-left:5px solid #275C87;
	padding-left:20px;
	height:100%;
}

/* ----- Social share ----- */
.social-icons-ypsa {
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
}
.social-icons-ypsa ul{
	display:flex;
	flex-direction:row;
}
.social-icons-ypsa ul, 
.social-icons-ypsa li{
	padding:0;
	margin:0;
	list-style:none;
}
.social-icons-ypsa li{
	float:left; /* falback */
	
}

.social-icons-ypsa .fa {
	padding:7px;
	font-size: 18px !important;
	width: 33px;
	text-align: center;
	text-decoration: none;
	margin: 4px;
  	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons-ypsa .fa:hover, .fa:active { 
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2) ;
	-o-transform: scale(1.2);
	transform: scale(1.2);
	color:white;
}


.social-icons-ypsa .fa-facebook {
  background: #3b5999;
  color: white;
}
.social-icons-ypsa .fa-youtube {
  background: #cd201f;
  color: white;
}
.social-icons-ypsa .fa-linkedin {
    background: #0077B5;
    color: white;
}
.social-icons-ypsa .fa-rss {
  background: #ff6600;
  color: white;
}


@media (max-width:768px){
#masthead .un-status{
	margin-top:10px;
}
.social-icons-ypsa{
	margin-top:10px;
	padding-top:10px;
	
	
}
}


/*------------Header Home Page ---------*/
#header-canvas-container{
	position:relative;
	width:100%;
	background: #D2D7FF;
}
#home-header-canvas{
	position:relative;
	width:100%;
	padding:40px 0;	
}
#logo-home{
	display:inline-block;
	float:left;
	width:130px;
	margin-right:15px;
	vertical-align: middle;
}

#ypsa-name-home{
	font-size:80px;
	line-height:1.1;
	font-weight:bold;
	color:#060B4D;
	text-shadow:0 0 3px rgba(255,255,255,1);
}
#home-site-title{
	font-size:26px;
}
#home-site-description{
	font-size:20px;
}
#home-un-status{
	position:relative;
	width:100%;
	padding:15px;
	background: rgb(206,211,255);
background: linear-gradient(0deg, rgba(206,211,255,1) 0%, rgba(225,228,255,1) 100%);
border-top:1px solid #CCC;
	font-size:16px;
}
.home-un-status-text{
	margin-top:8px;
}
@media (max-width:768px){
	
	#logo-home{
	width:100px;
	}
	#ypsa-name-home{
		font-size:60px;
		line-height:1;
		font-weight:bold;
	}
	#home-site-title{
		font-size:20px;
	}
	#home-site-description{
		font-size:16px;
	}
	#home-four-decades-logo{
		text-align:center;
		padding-top:10px;
		margin-top:20px;
		border-top:1px solid #999;
		border-bottom:1px solid #999;
	}
	#home-four-decades-logo img{
		width:300px;;
		height:auto;
	}

}
@media (max-width:480px){
	
	#logo-home{
	width:80px;
	}
	#ypsa-name-home{
		font-size:50px;
		line-height:1;
		font-weight:bold;
	}
	#home-site-title{
		font-size:18px;
	}
	#home-four-decades-logo img{
		width:250px;;
		height:auto;
	}
	#home-un-status{
		font-size:14px;
	}

}
@media (max-width:420px){
	.accessibility-menu{
		display:none;
	}
	#home-site-description{
		font-size:14px;
	}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* ------- Top menu ------ */
#top-menu-container{
	background:#060B4D;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	font-size:14px;
	position:relative;
}
#accessible-menu-container{
	display:flex; 
	align-items:center;
}

#top-menu-container .accessibility-menu{
	padding:5px 10px 5px 20px;
	margin-right:16px;
	position:relative;
	color: #EEE;
	background: #000;
}
#accessible-menu-container .accessibility-menu:after{
	content:'';
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right:-16px;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #000;
}
#top-menu-container .low-contrast{
	display:none;
	
}

#top-menu-container .text-resizer{
}
#top-menu-container button{
	border: none;
	padding:5px 10px;
	background:none;
	font-size:unset;
	font-weight:normal;
	color: #EEE;
}
#top-menu-container button:hover{
	background:#000;
	color:#F3F3F3;
}
#top-menu-container #top-menu-wrapper{
	display:flex; align-items:center; justify-content: flex-end; height:100%;
}
.grayscale{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

.highContrast .skr-menu > ul > li.menu-item-has-children:hover{
	background:none;
	
}
.highContrast #top-menu-container button:hover,
.highContrast a:hover{
	color: #FF0 !important;
	
}
/* top menu right */
.top-menu{
	font-size:12px;
		
}
.top-menu ul,
.top-menu li{
	margin:0;
	padding:0;
	list-style:none;
}
.top-menu > ul{
	display:flex;
	flex-direction:row;
	position:relative;
}
.top-menu li{
	float: left; /* Backward compability of Flex */
}
.top-menu li a{
	padding:10px 12px 10px 20px;
	color: #CCC;
}

.top-menu ul li ul{
	flex-direction:column;
	display:none;
	background:#F7F7F7;
	box-shadow:0 0 3px rgba(0,0,0,.2);
	padding:20px;
	z-index:9999;
}
.top-menu ul > li:hover > ul{
	position:absolute;
	top:100%;
	left: auto;
	display:flex;
	display:block; /* Backward compability of Flex */
	
}
.top-menu ul li ul li{
	flex-grow:1;
	float:none; /* Backward compability of Flex */
	text-align:center;
}
/* languge swithcher */

.top-menu .bd a{
	background:url(images/langIcon/bd.png) no-repeat left center !important;
}
.top-menu .de a{
	background:url(images/langIcon/netherlands.png) no-repeat left center !important;
}
.top-menu .jp a{
	background:url(images/langIcon/japan.png) no-repeat left center !important;
}
.top-menu .fr a{
	background:url(images/langIcon/france.png) no-repeat left center !important;
}
.top-menu .du a{
	background:url(images/langIcon/germany.png) no-repeat left center !important;
}
@media (max-width: 768px){
	#accessible-menu-container{
		justify-content:center;
	}
	#top-menu-wrapper{
		justify-content:center !important;
		padding:10px 0 10px 0;
		border-top:1px solid #0E2F87;
	}
}
@media (max-width: 576px){
	
#top-menu-container button{
	padding:6px;
}
#top-menu-container .text-resizer{
	margin:0 8px;
}
}
@media (max-width: 360px){
	#top-menu-container #top-menu-wrapper {
		display:none;
	}
}

.header-search-form{
	position:absolute;
	top:0;
	right:15px; 
}

#toggle-search{
	display:inline-block;
	position:absolute;
	top:0;
	right: 0;
	width:0;
	height:65px;
	padding-right:60px;
	border:none;
	background:none;
	cursor: pointer;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	z-index: 3;
}
#toggle-search:focus:hover {
  border-bottom: 1px solid #F00;
}

.header-search-form .search-submit-header{
	display:block;
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	padding:0;
	height:65px;
	background:none;
	border: none;
	z-index: 2;
}

#toggle-search:focus{
	width:500px;
	border-bottom: 1px solid #BBB;
	background:rgba(255,255,255,1);
	cursor: text;
  	z-index: 1;
}

@media only screen and (min-width: 959px) {
.sticky .header-search-form .search-submit-header{
	height:45px !important;
}
}

@media (max-width:768px){
	#toggle-search{
		height:58px;
	}
	
	#toggle-search:focus{
		width:80vw;
	}
	.header-search-form .search-submit-header{
		height:58px;
	}
}

.header-search-form button{
	color:#FFF;
	}
.header-search-form:hover button{
	color:#333;
}

.header-search-form input::placeholder{
	color: #CCC;
}


.single {

}


.page .site-header,
.error404 .site-header,
.search-no-results .site-header {
  border-bottom: 1px solid #dfdfdf;
}

.single .video-content,
.page .video-content {
  margin-bottom: 20px;
  line-height: 1;
}

.entry-thumbnail {
	display:block;
  margin-bottom:25px;
  text-align: center;
}
.post-template-default .entry-thumbnail img{
	width:100%;
}
.job-thumbnail{
	text-align: center;
	margin-bottom:-25px;
}
.job-thumbnail img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

h2.entry-title,
h1.entry-title {
  font-size: 28px;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
}
.archive-content{
	position:relative;
	padding:15px;
	box-shadow:0 0 5px rgba(51,51,51,0.2);
	font-size:14px;
	margin:15px 0;
	min-height:200px;
}
.archive-content img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.archive-content h2{
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}
.archive-dropdown{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}
@media (max-width:600px){
.archive-dropdown select {
	width:100% !important;
}
}
.archive-dropdown span{
font-size:15px;
}
.archive-dropdown select{
	border:1px solid #BBB;
	width:200px;
	margin:8px 0;
}
.archive-dropdown span{
	margin:0 10px;
}
.archive-content-job{
	padding:30px;
	box-shadow:0 0 5px rgba(51,51,51,0.3);
	margin-bottom:30px;
}


@media (max-width:768px){
	.archive-content-job{
	padding:0;
	box-shadow: none;
	}
}

h2.cat-title{
	
}


.archive-header,
.single .entry-header,
.page .entry-header {
	margin:25px 0;
	background: -moz-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 50%, rgba(227,227,227,1) 100%); /* ff3.6+ */
	background: -webkit-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 50%, rgba(227,227,227,1) 100%); /* safari5.1+,chrome10+ */
	background: -ms-linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 50%, rgba(227,227,227,1) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(227,227,227,1) 0%, rgba(247,247,247,1) 50%, rgba(227,227,227,1) 100%); /* w3c */
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	padding:30px 0;
}
.entry-header .header-secondary{
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-size: 13px;
	padding:10px 0;
}
.single .entry-header .entry-meta {
	display:flex;
	align-items:center;
	color: #9F9F9F;
}
.single .entry-header .entry-meta a{
color: #9F9F9F;
}

.single .entry-header .post-author{
	margin-right:20px;
}

.single .entry-header .entry-share{
	text-align:right;
}
@media screen AND (max-width:768px){
	.single .entry-header .entry-share{
	text-align: center;
	margin-top:15px;
	}
	.entry-header .entry-meta{
		justify-content:center;
	}
}

.single .entry-header .entry-share a,
.page .entry-header .entry-share a {
  border: 1px solid #999;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  margin:0 0 0 10px;
}

.single .entry-header .entry-share a span,
.page .entry-header .entry-share a span {
  color: #fff;
}

.single .entry-header .entry-share a:hover,
.page .entry-header .entry-share a:hover {
  border-color: #ddd;
  text-decoration: none;
}

.single .entry-header .entry-share a .fa,
.page .entry-header .entry-share a .fa {
  color: #999;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.single .entry-header .entry-share .icon-facebook:hover,
.page .entry-header .entry-share .icon-facebook:hover {
  border-color: #3b5998;
}

.single .entry-header .entry-share .icon-facebook:hover .fa,
.page .entry-header .entry-share .icon-facebook:hover .fa {
  color: #3b5998;
}

.single .entry-header .entry-share .icon-twitter:hover,
.page .entry-header .entry-share .icon-twitter:hover {
  border-color: #55acee;
}

.single .entry-header .entry-share .icon-twitter:hover .fa,
.page .entry-header .entry-share .icon-twitter:hover .fa {
  color: #55acee;
}

.single .entry-header .entry-share .icon-linkedin:hover,
.page .entry-header .entry-share .icon-linkedin:hover {
  border-color: #2867B2;
}

.single .entry-header .entry-share .icon-linkedin:hover .fa,
.page .entry-header .entry-share .icon-linkedin:hover .fa {
  color: #2867B2;
}

.single .entry-header .entry-share .icon-google-plus:hover,
.page .entry-header .entry-share .icon-google-plus:hover {
  border-color: #dd4b39;
}

.single .entry-header .entry-share .icon-google-plus:hover .fa,
.page .entry-header .entry-share .icon-google-plus:hover .fa {
  color: #dd4b39;
}

.single .entry-header .entry-share .icon-pinterest:hover,
.page .entry-header .entry-share .icon-pinterest:hover {
  border-color: #cc2127;
}

.single .entry-header .entry-share .icon-pinterest:hover .fa,
.page .entry-header .entry-share .icon-pinterest:hover .fa {
  color: #cc2127;
}

.single .entry-related,
.page .entry-related {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
}



.single .entry-related h3,
.page .entry-related h3 {
  font-size: 20px;
  margin-bottom: 20px;
}



.single .block-header,
.page .block-header {
  font-size: 18px;
  margin-bottom: 15px;
}




.single article{
	width:100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position:relative;
}


.single .post-navigation {
	width:100%;
	position:relative;
	float:left;
	
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
    margin: 25px 0;
	padding: 25px;
}

.single .post-navigation a{
	display:inline-block;
	margin:0 20px;
	color:#999;
}
.single .post-navigation .post_nav_title{
	width:100%;
	position:absolute;
	top:-100px;
	left:0;
	visibility:hidden;
	opacity:0;
	font-size:22px;
	padding:5px 15px;
	background:#EFEFEF;
	transition:all 0.5s ease-in-out;
	
}
.single .post-navigation > a:focus > .post_nav_title,
.single .post-navigation > a:hover > .post_nav_title{
	visibility:visible;
	opacity:1;
	top:-60px;
	color: #399ACE;
}

.entry-content{
	width:100%;
	float:left;
}
.page-content p,
.entry-content p {
	line-height:1.9;
	margin-bottom:25px;
}

.page-content a,
.entry-content a {
  color: #00adef;
}

.page-content a:hover,
.entry-content a:hover {
	#052E69;
}

.page-content .alignleft,
.page-content .alignright,
.entry-content .alignleft,
.entry-content .alignright{
	margin-top:7px ;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
}

.page-content h1,
.entry-content h1 {
  font-size: 28px;
}

.page-content h2,
.entry-content h2 {
  font-size: 24px;
}

.page-content h3,
.entry-content h3 {
  font-size: 20px;
}

.page-content h4,
.entry-content h4 {
  font-size: 18px;
}

.page-content h5, .page-content h6,
.entry-content h5,
.entry-content h6 {
  font-size: 16px;
}



.page-content br,
.entry-content br {
  display: block;
}

.page-content ul,
.page-content ol,
.entry-content ul,
.entry-content ol {
  margin: 0 0 20px 0;
}

.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin: 8px 0 0 20px;
}

.page-content ul li,
.entry-content ul li {
  list-style: circle;
  margin-left:25px;
  margin-bottom:12px;
}



.page-content ol li,
.entry-content ol li {
  list-style: inside decimal;
  margin-left:25px;
  margin-bottom:12px;
}





.page-content dl,
.entry-content dl {
  margin-bottom: 20px;
}

.page-content fieldset,
.entry-content fieldset {
  border: 1px solid #e9e9e9;
  margin: 0 2px 20px 2px;
  padding: 0.35em 0.625em 0.75em;
}

.page-content input[type="radio"],
.entry-content input[type="radio"] {
  -webkit-appearance: radio;
}

.page-content input[type="checkbox"],
.entry-content input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.page-content ::-webkit-file-upload-button,
.entry-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.page-content label,
.entry-content label {
  display: block;
  font-weight: bold;
}

.page-content table,
.entry-content table {
  margin-bottom: 20px;
}



.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="url"],
.page-content input[type="search"],
.page-content input[type="password"],
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="search"],
.entry-content input[type="password"] {
  width: 300px;
}


.page-content textarea,
.entry-content textarea {
  width: 100%;
  height: 200px;
}

.page-content .wp-caption,
.entry-content .wp-caption {
  background-color: #f7f7f7;
  padding: 0 0 1px 0;
}

.page-content .wp-caption-text,
.entry-content .wp-caption-text {
  font-size: 13px;
  font-style: italic;
  color: #999;
}
/*--------- Event News ---------------*/
#event_news{
	margin:10px 0;
}
#event_news h2{
	margin:0;
	padding-top:25px;
	padding-bottom:15px;
	font-size:1.5em;
}
#event_news ul{
		border-top:1px dashed #EAEAEA;
}

#event_news li{
	display:block;
	float:left;
	width:100%;
	line-height:1.2em;
	padding:10px 0;
	border-bottom:1px dashed #EAEAEA;
	margin:0;
}
#event_news li a{
	border:none;
}
#event_news li img{
	float:left;
	display:block;
	margin-right:10px;
	vertical-align:middle; 
}
#event_news ul li:before{
	margin:0;
	content:'';
}
@media (max-width:768px){
	#event_news{
		font-size:.9em;
		line-height:1.2em;
	}
}
@media (min-width:1024px){
	#event_news li{
		line-height:50px;
	}

}
/* Archive */
.archive #content,
.search #content {
  padding: 25px 0 0 0;
  position: relative;
}

.archive #primary,
.search #primary {
  padding: 0;
}

.archive .content-block,
.search .content-block {
  border: none;
}

.archive .section-header,
.search .section-header {
  height: auto;
  line-height: 1.3;
  position: relative;
  margin-bottom: 25px;
}

.top-pagination .page-numbers{
	padding:5px 8px;
	color:#333;
	border:1px solid #CCC;
	border-radius:3px;
	font-size:15px;
}
.top-pagination .page-numbers:hover{
	background:#333;
	color:#CCC;
}
.top-pagination .current{
	color: #CCC;
}
.top-pagination span{
	margin:0;
}
.top-pagination .dots{
	border:none;
	padding:5px 0;
}

@media (max-width:800px){
.top-pagination{
	display:none;
}	
}



.pagination {
  width: 100%;
  margin: 25px 0 35px 0;
  text-align: center;
}

.pagination .page-numbers {
  border-radius: 3px;
  background:#E9E9E9;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  box-shadow:0 0 1px rgba(0,0,0,0.5);
  color: #333;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #fff;
  text-decoration: none;
}

.pagination .nav-prev {
  float: left;
  position: relative;
}

.pagination .nav-next {
  float: right;
  position: relative;
}


.post-nav {
  padding: 5px 0 10px;
  overflow: hidden;
}

.post-nav .nav-prev,
.post-nav .nav-next {
  margin-top: 9px;
  line-height: 1.3;
}

.post-nav .nav-prev {
  float: left;
  width: 49%;
}

.post-nav .nav-prev .arrow {
  float: left;
  margin-right: 18px;
}

.post-nav .nav-next {
  float: right;
  text-align: right;
  width: 49%;
}

.post-nav .nav-next .arrow {
  float: right;
  margin-left: 18px;
}

.post-nav span {
  color: #999;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-nav .arrow {
  font-size: 32px;
  color: #ddd;
  line-height: 64px;
}

.post-nav h5 {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.post-nav a {
  color: #999;
}

.nav-text {
  margin-top: 11px;
}

blockquote {
  color: #999999;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
  padding: 0.25em 50px;
  line-height: 1.45;
  position: relative;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 64px;
  position: absolute;
  left: 0;
  top: -15px;
  color: #cccccc;
}

blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

.entry-footer a {
  color: #00adef;
}

/* ----------------------------------*/

.page-title {
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1.50;
  text-align:center;
}
.single .page-title {
	text-align:left;
}

.archive-content h2{
	font-size:16px;
	font-weight:700;
}
.archive-content h2 a{
	color:#0F4B62;
}
@media (max-width:768px){
	
.page-title {
  font-size: 24px;	
}
}
@media (max-width:1024px){
	
.page-title {
  font-size: 28px;	
}
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
}
/*------------------Widget-----------------*/

.sidebar .widget{
	padding:20px;
	border:1px solid #EBEBEB;
	border-radius:3px;
	margin:0 0 25px 10px;

	font-size:16px;
}

.sidebar .widget a {
  color: #00adef;
}

.sidebar .widget .widget-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.sidebar .widget p {
  margin-bottom: 15px;
}


.sidebar .widget ul > li a {
  color: #333;
}

.sidebar .widget ul > li a:hover {
  color: #00adef;
}



.sidebar .widget ul,
.sidebar .widget li{
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar .widget li{
	padding:10px 5px 10px 5px;
	border-top:1px dashed #DFDFDF;
}

.sidebar .widget select{
	width:100%;
}


.sidebar .widget_yp_rn_widget ul,
.sidebar .widget .related-news-widget{
	font-size:14px;
}
.sidebar .widget_yp_rn_widget li img,
.sidebar .widget .related-news-widget img{
	max-width: 70px;
	margin-right:10px;
	box-shadow:0 0 2px rgba(0,0,0,.4);
}
.sidebar .widget_yp_rn_widget li,
.sidebar .widget .related-news-widget li{
	display: table;	

}

.sidebar .widget .related-news-widget li span,
.sidebar .widget_yp_rn_widget li span{
	display: table-cell;
	vertical-align:middle;
}


.sidebar .widget li.cat-item {
	text-transform: uppercase;
	padding-left:10px;
	margin:0;
}
.sidebar .widget li.cat-item:before {
	font-family:FontAwesome;
	content:"\f115";
	vertical-align:middle;
	margin-right:15px;
	color: #CCC;
}
.sidebar .widget ul.archive li {
	padding-left:25px;
	margin:0;
}
.sidebar .widget ul.archive li:before {
	font-family:FontAwesome;
	content:"\f133";
	vertical-align:middle;
	margin-right:15px;
	color: #CCC;
}
@media screen and (max-width:768px){
	.sidebar .widget{ margin-left:0;}
	.sidebar .widget li.cat-item{padding-left:0; font-size:.8em;}
}


/* --------------------*/

.related-jobs-container{
	width:100%;
	margin:30px 0;
}
.related-jobs-container h2{
	font-size:28px;
	margin-bottom:30px;
}
.related-jobs{
	padding:15px;
	box-shadow:0 0 5px rgba(51,51,51,0.3);
	font-size:16px;
	line-height:34px;
}
.related-jobs h3 {
	font-size:18px;
	border-bottom:1px solid #E5E5E5;
	margin-bottom:20px;
}
.button-view-all{
	display:block;
	width:100%;
	text-align:center;
	padding:10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
	background:#E9E9E9;
	text-shadow:1px 1px #FFFFFF;
	margin:20px 0 0 0;
}
.button-view-all{
	color: #333;
	font-weight:700;
}

.job-header-title{
	font-size:140%;
}
	

/* MISC */


.search-no-results .page-title {
  font-size: 18px;
  margin-bottom: 0;
}


/* Back to top button */
#backToTop{
	position:fixed;
	bottom:20px;
	right:10px;
	display:none;
	width:40px;
	height:40px;
	background:#326A94;
	box-shadow:0 0 4px rgba(0,0,0,.5);
	opacity:.8;
	border-radius:50%;
	cursor:pointer;
	z-index:9999;
}
#backToTop:hover{
	opacity:1;
}
#backToTop .fa-chevron-up{
	color:#FFF;
	font-size:1.8em;
	margin:5px 0 0 7px;
}
@media (max-width:480px){
#backToTop{
	bottom:5px;
	right:5px;
	width:30px;
	height:30px;
}
#backToTop .fa-chevron-up{
	font-size:1em;
	margin:7px 0 0 8px;
}
}

.ajax-loader {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.search-term {
    background: yellow;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.5075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	display:flex;
	flex-wrap: wrap;
	padding:5px;
}

.gallery-item {
	padding:5px;
}

.gallery-item img{
	width:100%;
	height:auto;
	
}

.gallery-columns-2 .gallery-item {
	flex:0 0 50%;
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	flex:0 0 calc(100%/3);
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	flex:0 0 25%;
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
  flex:0 0 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
  flex:0 0 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
  flex:0 0 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}


.gallery-caption {
  display:inline-flex;
  text-align:inherit;
}


/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.comment-reply-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.comment-list {
  list-style: none;
  margin: 0 0 30px 0;
}

.comment-author {
  font-size: 14px;
  line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
  font-size: 12px;
}

.comment-list .reply {
  margin-top: 10px;
}

.comment-author .fn {
  font-weight: bold;
}

.comment-author a {
  color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a,
.comment-list .reply a {
  color: #767676;
}

.comment-list .trackback a:hover,
.comment-list .pingback a:hover,
.comment-metadata a:hover,
.comment-list .reply a:hover {
  color: #333;
}

.comment-author a {
  color: #00adef;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}

.comment-author {
  position: relative;
}

.comment-author .avatar {
  border-radius: 50%;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
}

.bypostauthor > article .fn:before {
  color: #fbb034;
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

.says {
  display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  padding-left: 64px;
}

.comment-author {
  display: inline;
}

.comment-metadata {
  display: inline;
  margin-left: 7px;
}

.comment-edit-link {
  margin-left: 10px;
}

.comment-edit-link:hover {
  text-decoration: none;
}

.comment-edit-link:before {
  content: "\f411";
}

.comment-reply-link:hover {
  text-decoration: none;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: '\f467';
  color: #aaa;
  margin-right: 2px;
}

.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content a {
  color: #00adef;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .children {
  list-style: none;
  margin-left: 64px;
}

.comment-respond {
  padding: 0 0 20px 0;
}

.comment .comment-respond {
  margin-top: 24px;
}

.comment-respond h3 {
  margin-top: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  font-style: italic;
  line-height: 1.7142857142;
  margin-bottom: 10px;
}

.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 20px;
}

.comment-form textarea {
  width: 100%;
}

.comment-form .comment-form-author {
  float: left;
  width: 40%;
  margin-right:5%;
}

.comment-form .comment-form-email {
  float: left;
  width: 25%;
  margin-right:5%;
}

.comment-form .comment-form-url {
  float: left;
  width: 25%;
}
.comment-form .form-submit{
	float:left;
}
.comment-form:after {
  content: '';
  display: block;
  clear: both;
}

.comment-form .submit {
}

.comment-form-cookies-consent {
	width:100%;
	float:left;
	margin: 0 0 20px 0;
}
.comment-form-cookies-consent label {
	font-weight: normal !important;
}
.comment-form label {
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}

.required {
  color: #c0392b;
}

.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.comment-reply-title small a:hover {
  color: #00adef;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 20px;
}

.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}

.comment-navigation .nav-previous a {
  margin-right: 10px;
}

#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	width:100%;
	position:relative;
	float:left;
	background-color: #275C87;
	margin-top:25px;
}

.footer-columns {
	width:100%;
	padding:30px 0;
}


.site-footer .widget {
  color: #ccc;
  font-size: 14px;
}

.site-footer .widget .widget-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.site-footer .widget p {
  color: #ccc;
  margin-bottom: 15px;
}

.site-footer .widget ul .children,
.site-footer .widget ul .sub-menu {
  padding-left: 1.5em;
}

.site-footer .widget ul .children li:first-child,
.site-footer .widget ul .sub-menu li:first-child {
  border-top: none;
  padding-top: 0;
}

.site-footer .widget ul .children li:last-child,
.site-footer .widget ul .sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.site-footer .widget ul > li {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.site-footer .widget_nav_menu ul > li:before {
	font-family:FontAwesome;
	content:"\f192";
	display:inline-block;
	float:left;
	margin:0 10px 0 0;
	color: rgba(17,118,193,1);

}


.site-footer .widget ul > li a {
  color: #fff;
}

.site-footer .widget ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.site-footer .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-footer .widget select {
  width: 100%;
  max-width: 100%;
}

.site-footer .widget_posts_thumbnail .thumbnail-wrap {
  line-height: 0.5;
}

.site-footer .widget_posts_thumbnail .entry-meta {
  color: #ccc;
}

/* Site Bottom */
#site-bottom {
  font-size: 14px;
  padding: 20px 0;
  background:rgba(0,0,0,0.3);
}

#site-bottom #copy-right {
  float: left;
  color:#DFDFDF
}

#site-bottom #copy-right a {
  color: #ccc;
}

#site-bottom #copy-right a:hover {
  color: #999;
}

#site-bottom .footer-nav {
  float: right;
}
#site-bottom #developer-credit {
	text-align:right;
  color: #278CD8;
}
#site-bottom #developer-credit a {
  color: #ccc;
}
@media screen and (max-width:600px){
	#site-bottom #copy-right,
	developer-credit {
		text-align:center;
	}
	
}



/* ---------------------YPSA posts widget --------------------  */

.ypsa-widget-title{
	margin:30px 0;
}
.ypsa-widget-title h2{
	font-size:30px ;
	border-left:10px solid #275C87;
	display:inline-block;
	padding:0 0 0 15px;
	line-height:1;
}
@media screen and (max-width:768px){
	.ypsa-widget-title{
		margin:24px 0;
	}
	.ypsa-widget-title h2{
		font-size:22px ;
	}	
}

.ypsa-posts-wrapper [class*="col-"] {
	margin-bottom:30px;
}

.ypsa-posts-wrapper article {
	position:relative;
	width:100%;
	min-height:100%;
	padding:15px;
	font-size:15px;
	box-shadow:0 0 5px rgba(51,51,51,0.2);
	
}

.ypsa-posts-wrapper .thumbnail-wrap {
	background:#E5E5E5;
	overflow:hidden;
	display:flex;
	display:-ms-flexbox;
	margin-bottom:10px;
	
}

.ypsa-posts-wrapper .thumbnail-wrap img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.ypsa-posts-wrapper .thumbnail-wrap img:hover{
	transform:scale(1.2);
	-ms-transform:scale(1.2);
}

.ypsa-posts-wrapper .yp-post-title {
	font-size:18px;
	line-height:1.6;
	margin:10px 0;
}
.ypsa-posts-wrapper .yp-post-title a{
	color:#176F88 ;
}

.read-more{
	position:absolute;
	bottom:15px;
	left:15px;

	padding:5px 15px;
	color: #333;
	background-color: #C8E0FD;
	box-shadow:1px 1px 2px rgba(0,0,0,0.3) !important;
	text-decoration:none;

	border-left:10px solid #05A8FC;

	transition: border-left .50s;
	-webkit-transition: border-left .50s;
	-moz-transition: border-left .50s;
	-o-transition: border-left .50s;
	-ms-transition: border-left .50s;
}
.read-more:hover{
	border-left:10px solid #275C87;
	color:#222222;
}
.empty-space{
	width:100%;
	padding:20px 0;
}

.home .slick-slide-items img{
	padding-bottom:10px;
}

/*  List  */
.widget_yp_rn_widget li{
	display:flex;
}


.main-content .error-404 {
	text-align:center;
	padding:20px;
	
	
}
.main-content .error-404 svg {
    fill: #FF0000;
	width: 150px;
}

h2.elementor-divider__text {
	font-size:28px !important;
	
	
}
/* ---------------------Recent publiction widget --------------------  */
.hoverWrapper{
	display:flex;
	position:relative;
	overflow:hidden;
	box-shadow:0 0 5px rgba(0,0,0,.4);
}
.social-change .hoverWrapper{
	box-shadow:none;
}

.hoverWrapper img{
	width:100%;
}

.hoverWrapper .overlay {
    display: block;
    position: absolute;
    background:rgba(51,51,51,0.95);
   /*  overflow: hidden; */
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
}
.hoverWrapper .overlay-content{
	width:100%;
	position: absolute;
	padding:10px;
	color: #E1E1E1;
    font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height:100%;
  padding-bottom:42px;
}
.hoverWrapper .overlay-content h2{
	display:inline-block;
	padding:10px;
	text-align:center;
}
.hoverWrapper .overlay-content h2 a{
	
	color:#FFF;
	font-size:135%;	
}
.hoverWrapper:hover .overlay {
  height:100%; 
}
.hoverWrapper .overlayButton{
	 -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

	opacity:0.01;
}
.hoverWrapper .overlayButton:focus-within,
.hoverWrapper:hover .overlayButton {
	opacity:1;
}
.hoverWrapper .overlay:focus-within{
	 height:100%; 
}
.hoverWrapper .overlayButton a{
	position:absolute;
	bottom:0;
	padding:7px;
	margin:0;
	background:#326A94;
	display:block;
	text-align:center;
	width:100%;
	color:#FFF;
	font-size:1em;
}
/* ---------------------Recent videos --------------------  */

.ypsa-widget-recent-videos .hoverWrapper:before{
	font-family:FontAwesome;
	content:"\f01d";
	font-size:3em;
	color:#FFF;
	text-shadow:0 0 1px #000000;
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.ypsa-widget-recent-videos .hoverWrapper{ 
	border:1px solid #666;
	
}

.single .related-videos{
	margin:30px 0;
}
.single .video-sidebar{
	padding:0 30px;
}

.single .video-sidebar h2,
.single .related-videos h2{
	font-size:24px;
	margin-bottom:10px;
}
.single .video-sidebar img,
.single .related-videos img{
	margin:10px 0;
	width:100%;
	padding:5px;
	background:#F0F0F0;
	border:1px solid #E5E5E5;
}
.single .video-sidebar span a,
.single .related-videos span a{
	display:block;
	color:#666;
	font-size:14px;
	line-height:1.6;
}
.single .video-sidebar span a:hover,
.single .related-videos span a:hover{
	color:#1F9FE4;
}
.single .video-sidebar .recent-video-item{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #E4E4E4;
}
.single .video-sidebar .recent-video-item:last-child{
	border:none;
}
/* --------- Publiction --------*/

.book{
	position:relative;
	display:inline-block;
	
	float:left;
	margin-right:25px;
	margin-bottom:25px;
 
	background: #E8E8E8;
	box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.3);	
}
.book:after{
	content:'';
	position:absolute;
  height: 16px;
  width:100%; 
  bottom: 0px;
  right:0px;
  background: white;
  border-radius:4px 4px;
  box-shadow: inset 0px 0px 5px #E4E0CE;  
  background-image: linear-gradient(
    to bottom,
    #FFF,
    #FFF 50%,
    #CCC 50%,
    #999
  );
   background-size: 100% 2px;
}

.book img{
	padding-bottom:8px ;
}
/* --------------------- Media Coverage --------------------  */
.ypsa-widget-media-coverage{
	border-top:1px solid #DDD;
}

.ypsa-widget-media-coverage p{
		margin:10px 0;
}
.ypsa-widget-media-coverage .media-cov-item{
	display:flex;
	align-items:center;
	border-bottom:1px solid #DDD;
	padding:10px 0;
	font-size:16px;
}

.ypsa-widget-media-coverage .media-cov-item img{
	margin-right:20px;
	float:none;
}

/* ----------- Video Thumbnail overlay play button --------------*/
.yps-video-thumb{
	position:relative;
}

.yps-video-thumb	a{
	display: flex;
	align-items: center;
	justify-content: center;
}
	  
	  
.yps-video-thumb a:after{
	content:'';
	position: absolute;
	border-style: solid;
  border-width: 12px 0 12px 25px;
  border-color: transparent transparent transparent #000;
}
.yps-video-thumb a:before{
	content:'';
	position:absolute;
	width:40px;
	height:40px;
	background:rgba(255,255,255,.6);
	border-radius:15%;
}

.video-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	margin-bottom:10px;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	border:0;
}

/*----------- Elementor Image Carousel -----------*/
.home .elementor-image-carousel-wrapper  .elementor-swiper-button{
	opacity:0;
	transition:all ease-in-out 0.7s;
	padding:20px 8px;
	background:rgba(51,51,51,0.8);
}

.home .elementor-image-carousel-wrapper:hover .elementor-swiper-button{
	opacity:1;
	
}
.home .elementor-swiper-button-prev{
	left:0 !important;
    border-top-right-radius: 5%;
    border-bottom-right-radius: 5%;	
}
.home .elementor-swiper-button-next{
	right:0 !important;
    border-top-left-radius: 5%;
    border-bottom-left-radius: 5%;	
}

/*------------------ Notice board ------------*/
.ypsa-notice-wrapper{
	position:relative;
	width:100%;
	min-height:100%;
	padding:15px;
	font-size:15px;
	box-shadow:0 0 2px rgba(51,51,51,0.2);
}

.ypsa-notice-wrapper a{
	color:#666;
}
 .notice-read-more{
	color:#1F94DA !important;
}
.ypsa-notice-wrapper img{
	float:left;
	margin-right:15px;
	margin-top:5px;
}
.ypsa-notice-wrapper .read-more{
	right:15px;
	left:auto;
}
.attachment-mini-thumb{
	float:left;
	margin-right:10px;
}

/*--------------- Slick Slider required -----------*/

/* Slider */
.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: flex !important; /* modified by Shakir */ 
    margin-left: auto;
    margin-right: auto;
}
.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: inherit !important; /* modified by Shakir */ 
    min-height: 1px;
	margin:10px; /* added by shakir */
	
}
.slick-slide-items{
	padding:10px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	font-size:14px;
}
#galleryInner .slick-slide>div{
	margin-bottom:10px;
	
}
.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;
}



/*   Slick theme   */

.slick-loading .slick-list
{
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #447EBF;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
.slick-prev:before
{
    content: '\f053';
}

.slick-next
{
    right: -25px;
}
.slick-next:before
{
    content: '\f054';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	
	}
.slick-dots li
{
	margin: 0 0.25rem;
list-style-type: none !important;
    cursor: pointer;
}
.slick-dots li button
{
	display: block;
			width: 0.8rem;
			height: 0.8rem;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: #CCC;
			
			text-indent: -9999px;
			}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}


.slick-dots li.slick-active button
{
    background-color: #999;
}
















/* ------ venobox.css --------*/
.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-title{width:100%;height:40px;float:left;text-align:center;line-height:28px;font-size:12px;padding:6px 50px;overflow:hidden;position:fixed;display:none;left:0;z-index:89}.vbox-close{cursor:pointer;position:fixed;top:-1px;right:0;width:50px;height:40px;padding:6px;display:block;background-position:10px center;overflow:hidden;font-size:24px;line-height:1;text-align:center;z-index:99}.vbox-left{cursor:pointer;position:fixed;left:0;height:40px;overflow:hidden;line-height:28px;font-size:12px;z-index:99;display:flex;align-items:center}.vbox-num{display:inline-block;margin:6px 0 6px 15px}.vbox-share{line-height:28px;font-size:12px;overflow:hidden;position:fixed;left:0;z-index:98;display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.vbox-share svg{max-height:28px;width:28px;z-index:10;margin-left:12px;margin-top:6px;margin-bottom:6px;vertical-align:middle}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:#b6b6b6;border-right-color:#b6b6b6;text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-inline{width:420px;height:315px;height:70vh;padding:10px;background:#fff;margin:0 auto;overflow:auto;text-align:left}.venoframe{max-width:100%;width:100%;border:none;width:100%;height:260px;height:70vh}.venoframe.vbvid{height:260px}@media (min-width:768px){.vbox-inline,.venoframe{width:90%;height:360px;height:70vh}.venoframe.vbvid{width:640px;height:360px}}@media (min-width:992px){.vbox-inline,.venoframe{max-width:1200px;width:80%;height:540px;height:70vh}.venoframe.vbvid{width:960px;height:540px}}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%}.vbox-content{text-align:center;float:left;width:100%;position:relative;overflow:hidden;padding:20px 4%}.vbox-container img{max-width:100%;height:auto}.vbox-figlio{box-shadow:0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width:100%;text-align:initial}img.vbox-figlio{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-animated{webkit-transition:margin .3s ease-out;transition:margin .3s ease-out}.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
