/*==================================================

=            Bootstrap 3 Media Queries             =

==================================================*/

 

.modal-header .close {
position: absolute!important;
right: 18px!important;
}

/*==========  Mobile First Method  ==========*/
:focus-visible {
    outline: darkorange auto 1px !important;
}

.close:focus {
  background-color: #f00 !important;
  outline: none;
}
.styled-selectt li a > [type="button"] {
display:none;
}
/* aceibility-switcher */
.skip-to-content-link {
    background: #e77e23;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
  }

  .skip-to-content-link:focus {
    transform: translateY(0%);
  }

.skip-links-wrapper {
	z-index: 9999999999;
	top: -1000px;
	transition: .4s all ease-in-out;
	width: 100%;
	text-align: center;
	padding: 10px;
	background: #09355b !important;
}
.skip-contents:focus .skip-links-wrapper,
.go-access:focus .skip-links-wrapper {
    margin-top: 0 !important;
}
.skip-contents,
.go-access {
    font-size: 12px !important;
    background-color: #fff;
    border: 2px solid rgb(236, 236, 236) !important;
    color: #040F35 !important;
    font-weight: bold;
}
#close-access {
    border: 2px solid rgb(180, 0, 0);
}
#close-access:focus {
    border: 2px solid rgb(255, 0, 0);
}

.skip-contents:focus,
.go-access:focus {
    border: 2px solid #040F35 !important;
}

.css-denfxg {
	display: block;
	padding: 10px 20px;
	border-radius: 40px;
	font-size: 0.875rem;
	cursor: pointer;
	color: rgb(255, 255, 255);
	background-color: rgb(103, 22, 136);
	z-index: 99999;
	position: fixed;
	top: 10px;
	left: 50%;
	transition: transform 200ms ease 200ms;
	transform: translateX(-50%) translateY(-150%);
}
.css-denfxg:focus{
    transform: translateY(0%);

}
.aceibility-switcher {
	width: 210px;
	position: fixed;
	left: -210px;
	top: 50%;
	margin-top: -240px;
	background: #005aaa;
	z-index: 400;
	padding: 10px 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 3px 0 15px rgba(0,0,0,0.40);
	z-index: 99999;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1px solid #fff;
	border-left: none;
}
.aceibility-switcher .accsstitle {
	color: #fff !important; font-size:16px;
}
.aceibility-switcher .accsssubtitle {
	color: #fff !important;
}
.aceibility-switcher a {
	color: #fff !important;
	font-size: 13px;
}
 
.aceibility-switcher a.active {
	background: #eeeeee;
	color: #000 !important;
	border-radius: 15px;
	box-shadow: 3px 0 15px rgb(6, 25, 38);
}
.aceibility-switcher hr {
	border-top: 1px solid rgb(255, 255, 255);
}
.picker_close {
	width: 29px;
	height: 35px;
	position: absolute;
	right: -36px;
	top: 20%;
	border-left: 0;
	text-align: center;
	padding: 5px !important;
	background: #0059a9;
	border:none;
}

.picker_close i {
	font-size:22px;
	margin-top:0px;
	color:#fff;
}
.position {
	left: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.animations {
	display: table;
	padding: 10px 0 15px;
	text-align: left;
	width:100%;
}
.animations a {
	display: inline-block;
	text-align: center;
	/* width: 46.9%; */
	margin: 0 5px 0 0;
	color: #0055a2;
	font-size: 17px;
	/* border: 1px solid #eee; */
	padding: 7px 7px 7px;
	/* height: 36px;
	width: 50px; */
	line-height: normal;
	font-weight: 400;
}
.animations a:hover, .animations a.active{
	background:#eeeeee;color:#5d5d5d;
}
.styled-selectt ul {
 list-style: none;
}
.styled-selectt ul li a{
    position: relative;
   }
/* .styled-selectt ul li a::before {
content: "";
width: 5px;
height: 5px;
position: absolute;
left: -13px;
background: #0055a2;
top: 10px;
}

.styled-selectt ul li a.btnselected::before {
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    left: -13px;
    background: #0055a2;
    top: 10px;
    } */
.btnselected {
	color: #0055a2;

}
    
    .non-selected-ap {
    background-color: #EC008C !important;;
    }
    
    body .selected {
    background-color: #ecc200 !important;;
    color: #000;
    }
    
    .underline {
      text-decoration: underline !important;
      text-decoration-color: #ecc200 !important;;
      -moz-text-decoration-color: #ecc200 ;
}
    
.grayscale {
    -webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
  }

html.guide #readingGuide {
background-color: rgb(205, 228, 0);
display: block !important;
}

html.monochrome {
	filter: grayscale(100%) contrast(120%);
}
    
    /* .inverted {
    filter: invert(100%);
    } */
    
    html.inverted {
        filter: invert(75%) contrast(120%);
    }
    html.inverted {
	filter: invert(75%) contrast(120%);
}
.styled-selectt ul {
	padding-left: 15px;
}
#choose_color h4{ color:#005da0;}
/* End color switcher */
/* your styles go here */
@font-face {
    font-family: 'OpenDyslexic';
    src: url('open_dyslexic/OpenDyslexic-Regular.otf');
}

@font-face {
    font-family: 'OpenDyslexic';
    src: url('open_dyslexic/OpenDyslexic-Bold.otf');
}

.dyslexiafont{font-family: 'OpenDyslexic'!important;}
html.bigCursor, html.bigcursor * {
	cursor: url("../images/cursor.svg"), auto !important;
    
}
.cursor:hover {
    border: 1px solid red;
  }
  html.guide #reading_Guide {
	display: block !important;
	position: relative;
	width: 100%;
	height: 4px;
	background-color: #fbb901;
	z-index: 99999999;
	top:0px;
}
html.guide #reading_Guide-off {
	box-sizing: border-box;
	background: #000;
	width: 99% !important;
	min-width: 100% !important;
	position: absolute !important;
	height: 12px !important;
	border: solid 3px #fff300;
	border-radius: 5px;
	top: 20px;
	z-index: 99999999;
}
.picker_close i.fa-times {
	font-size: 20px !important;
	margin-top: 5px;
}
.aceibility-switcher input[type="checkbox"]{
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	left: -9999px;
}
html.monochrome {
	filter: grayscale(100%) contrast(120%);
}

/**/
/* checked state */
/**/

.aceibility-switcher ul {
	list-style: none;
	line-height: normal;
}
.aceibility-switcher li a i {
	position: absolute;
	top: 5px;
	left: -14px;
	display: block;
	width: 10px;
	height: 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.aceibility-switcher .btnselected input + i::after {
	content: "\2713";
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	
	text-align: center;
}

.aceibility-switcher .btnselected input + i::after {
	top: 2px;
	left: 0;
	
}
.aceibility-switcher .btnselected input + i::after {
	top: 5px;
	left: 5px;
	/* background-color: #999; */
	position: absolute;
	left: -5px;
	top: -6px;
	color: #171616;
	font-size: 10px;
	font-weight: bold;
}

/* -aceibility-switcher- */


/* Custom, iPhone Retina */

@media only screen and (min-width : 320px) {



}



/* Extra Small Devices, Phones */

@media only screen and (min-width : 480px) {



}



/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {



}



/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {

}



/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {

}





/*==========  Non-Mobile First Method  ==========*/

 

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1199px) {

}



/* Medium Devices, Desktops */

@media only screen and (max-width : 991px) {

}



/* Small Devices, Tablets */

@media only screen and (max-width : 767px) {

	.portfolio figure {

	width: 100%;

}

.portfolio figure > img {

	/* display: block; */

	margin: 0 auto;

	width: 100%;

}

.css3accordion {

	width: 100%;

	height: 300px;

	 margin: 0 auto 10px; 

	overflow: auto;

	/* position: relative; */

}

.css3accordion > ul {

	text-align: left;

}

.css3accordion > ul > li {

	width: calc(98% - 20px);

	padding-top: 20px;

	position: relative;

	float: none;

	overflow: auto;

	margin-right: 20px;

	border-top: 4px solid #E7E7E7;

}

.css3accordion > ul > li .thumb {

	width: calc(100% - 10px);

	float: none;

}

.css3accordion > ul > li.last {

	width: 100%;

}

.clearboth{ clear:both;}

.css3accordion>ul>li:hover:not(.last) {width:100%;}

.css3accordion>ul>li:hover ~ li {width: calc(100% - 10px);}

.divider { margin-top:20px;}

.css3accordion .hoverBorderWrapper >img{ text-align:left;}



#footer > .pt-70{padding-top: 20px !important;}	

.clearboth{ clear:both;margin-top: 5px;}



}

/* Extra Small Devices, Phones */

@media only screen and (max-width : 479px) {

	.portfolio figure {

	width: 100%;

}

.portfolio figure > img {

	/* display: block; */

	margin: 0 auto;

	width: 100%;

}

.css3accordion {

	width: 100%;

	height: 300px;

	 margin: 0 auto 10px; 

	overflow: auto;

	/* position: relative; */

}

.css3accordion > ul {

	text-align: left;

}

.css3accordion > ul > li {

	width: calc(98% - 20px);

	padding-top: 20px;

	position: relative;

	float: none;

	overflow: auto;

	margin-right: 20px;

	border-top: 4px solid #E7E7E7;

}

.css3accordion > ul > li .thumb {

	width: calc(100% - 10px);

	float: none;

}

.css3accordion > ul > li.last {

	width: 100%;

}

.css3accordion>ul>li:hover:not(.last) {width:100%;}

.css3accordion>ul>li:hover ~ li {width: calc(100% - 10px);}

.divider { margin-top:20px;}

.css3accordion .hoverBorderWrapper >img{ text-align:left;}



#footer > .pt-70{padding-top: 20px !important;}	

.clearboth{ clear:both;margin-top: 5px;}

}



/* Extra Small Devices, Phones */

@media only screen and (max-width : 360px) {

	

	.portfolio figure {

	width: 100%;

}

.portfolio figure > img {

	/* display: block; */

	margin: 0 auto;

	width: 100%;

}

.css3accordion {

	width: 100%;

	height: 300px;

	 margin: 0 auto 10px; 

	overflow: auto;

	/* position: relative; */

}

.css3accordion > ul {

	text-align: left;

}

.css3accordion > ul > li {

	width: calc(98% - 20px);

	padding-top: 20px;

	position: relative;

	float: none;

	overflow: auto;

	margin-right: 20px;

	border-top: 4px solid #E7E7E7;

}

.css3accordion > ul > li .thumb {

	width: calc(100% - 10px);

	float: none;

}

.css3accordion > ul > li.last {

	width: 100%;

}

.css3accordion>ul>li:hover:not(.last) {width:100%;}

.css3accordion>ul>li:hover ~ li {width: calc(100% - 10px);}

.divider { margin-top:20px;}

.css3accordion .hoverBorderWrapper >img{ text-align:left;}



#footer > .pt-70{padding-top: 20px !important;}

.clearboth{ clear:both;margin-top: 5px;}

}



/* Custom, iPhone Retina */

@media only screen and (max-width : 319px) {

		.portfolio figure {

	width: 100%;

}

.portfolio figure > img {

	/* display: block; */

	margin: 0 auto;

	width: 100%;

}

.css3accordion {

	width: 100%;

	height: 300px;

	 margin: 0 auto 10px; 

	overflow: auto;

	/* position: relative; */

}

.css3accordion > ul {

	text-align: left;

}

.css3accordion > ul > li {

	width: calc(98% - 20px);

	padding-top: 20px;

	position: relative;

	float: none;

	overflow: auto;

	margin-right: 20px;

	border-top: 4px solid #E7E7E7;

}

.css3accordion > ul > li .thumb {

	width: calc(100% - 10px);

	float: none;

}

.css3accordion > ul > li.last {

	width: 100%;

}

.css3accordion>ul>li:hover:not(.last) {width:100%;}

.css3accordion>ul>li:hover ~ li {width: calc(100% - 10px);}

.divider { margin-top:20px;}

.css3accordion .hoverBorderWrapper >img{ text-align:left;}

.clearboth{ clear:both;margin-top: 5px;}



#footer > .pt-70{padding-top: 20px !important;}

}