/*
Theme Name: viser
Theme URI: http://jdcmediaworks.com/
Description: This is a website developed by JDC mediaworks
Author: JDC Mediaworks
Author URI: http://jdcmediaworks.com/
Version: 1
*/







/*-----------------| header start |---------------------*/

header{
	padding:20px 0px;
	clear:both;
	position:relative;
	background-color:#005970;
	}
header .logo{
	float:left;
	width: 320px;
	/*margin-bottom:15px
	height:112px;*/
}
/*-----------------| header start |---------------------*/







/*-----------------| header image start |---------------------*/

.headerImg{
	overflow: hidden;
	position: relative;
	clear:both;
}
.headerImg img{
	width: 100% !important;
	height:auto !important;
}
.headImgCaption{
	position:absolute;
	bottom:28%;
	width:100%;
	}
.headImgCaption *{
	color:#ffffff;
	font-weight:300;

	}
/*-----------------| header image end |---------------------*/





.pageIntro{
	font-size:20px;
	line-height:30px;
	}


.videoText .col:first-child{
	width:55%;
	padding-right:20px;
	}
.videoText .col:last-child{
	width:45%;
	padding-left:20px;
	}
.threeGrayBox h4,
.threeBlueBox h4{
	text-align:left;
	padding-bottom:30px
}
.threeGrayBox .grid,
.threeBlueBox .grid{
	margin-left:-6px;
	margin-right:-6px;
}
.threeGrayBox {
	text-align:center
	}
.threeGrayBox .grid{
	padding-bottom:40px;
	}
.threeGrayBox .col{
	background-color:#f5f5f5;
	text-align:left
	}
.threeGrayBox h5{
	font-weight:normal
	}
.threeGrayBox h5 strong{
	color:#005970
	}
.threeGrayBox img{
	margin:0px auto 20px auto;
	width:160px;
	height:auto
	}
.threeBlueBox{
	margin-left:-6px;
	margin-right:-6px;
	color:#ffffff;
	font-size:20px;
	line-height:30px;
	}
.threeBlueBox .col,
.threeGrayBox .col{
	padding:40px;
	border-left:6px solid #ffffff;
	border-right:6px solid #ffffff;
	}
.threeBlueBox .col:nth-child(1){
	background-color:#bfd5db;
	color:#000000;
	}
.threeBlueBox .col:nth-child(2){
	background-color:#5993a2
	}
.threeBlueBox .col:nth-child(3){
	background-color:#005970
	}
.videoList img{
	width:100%;
	height:auto;
	margin:10px 0px 20px 0px;
	}
.videoList h4{
	padding-left:25px;
	padding-bottom:30px;
	}
.videoList .col{
	padding:20px 25px;
	}
.btnHolderCol{
	width:100% !important;
	padding:0px !important;
	}
.videoList .btnHolderCol .tealLarge{
    margin: 20px 25px 35px 25px;
	display:block;
	}
.videoHolder{
	position:relative;
	}
.videoHolder:before{
	display: block;
	content: " ";
	position:absolute;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-position:center center;
	/*background-image:url(images/video-play-btn-gray.png);*/
	background-size:60px 60px;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	}
.bluePromoBox{
	background-color:#1ea8e0;
	padding:40px;
	}
.bluePromoBox *{
	color:#ffffff;
	}
.bluePromoBox *{
	color:#ffffff;
	}




.videoSlider{
	text-align:center;
	}
.videoSlider .tealLarge{
	text-align:center;
	margin-top:30px;
	width:100%;
	max-width:500px;
	}
.videoWrapper{
	max-width:1050px;
	width:100%;
	margin:0px auto ;
	text-align:left;
	}
.videoWrapper img{
	margin:0px auto 15px auto;
	}
.videoWrapper h2{
	font-size:30px;
	font-weight:700;
	padding-bottom:8px;
	}
.slider-nav-thumbnails {
	position:relative;

	}
.slider-nav-thumbnails img{
	display:block;
	margin-bottom:8px;
	}
.slider-nav-thumbnails span{
	color:#005970;
	display:block;
	text-align:center;
	font-weight:700;
	font-size:17px;
	}
.slider-nav-thumbnails .slick-slide{
	margin:5px;
	cursor:pointer;
	}
.slider-nav-thumbnails .videoHolder:before{
	width:40px;
	height:40px;
	background-size:40px 40px;
	margin-left:-20px;
	margin-top:-20px;
	}
.slider-nav-thumbnails .slick-current:before{
	display:none
	}
.slider-nav-thumbnails .slick-current img{
	   filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}
.slick-slider .slick-dots{
	padding-top:25px !important;
	}


	.responsive-video-div > div { position: relative;}
	.responsive-video-div iframe {
	  position: absolute;
	  top: 0; left: 0;
	  width: 100%; height: 100%;
	}
	.responsive-video-youtube { max-width: 1000px; margin:0px auto;  }
	.responsive-video-youtube > div { padding-top: 56.271981%;  }


.signUpForm .bgImg{
	background-image:url(images/form-bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:70px 0px;
	position:relative
}
.formHolder{
	width:50%;
	float:right;
	position:relative;
	z-index:2
	}
.formHolder *{
	color:#FFFFFF;
	font-weight:normal
	}
.formHolder label{
	padding-bottom:5px;
	display:block
}
.formHolder li {
	margin-bottom:10px;
	width:100%;
	max-width:500px;
}
.formHolder li {
	margin-bottom:10px;
}
.formHolder input[type='submit'] {
	width:auto
}


/* new homepage styling start */
.page-id-143 header, .page-id-143 .signUpForm {
	display: none;
}
.new-header {
}
.new-header #top-header {
	position: relative;
	background-color: #005970;
	height: auto;
	padding: 10px 0;
}
.new-header .logo {
	display: inline-flex;
}
.new-header .logo > a {
	display: inline-block;
}
.new-header .logo img {
	width: 241px;
}
.new-header .logo p {
  display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
  color: #fff;
	line-height: 1.5;
  width: 225px;
  margin: 10px 0 0 25px;
}
.new-header .r-align {
	text-align: right;
}
.m-portal {
	display: inline-block;
  font-size: 16px;
  color: #2baadf;
  background-color: #fff;
  padding: 10px;
	margin-top: 9px;
  width: 100%;
	max-width: 210px;
  text-align: center;
	text-decoration: none;
  border-radius: 4px;
}
.lang {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin: 0 5px;
}


.page-id-143 .CB_1280 {
	max-width: 1240px;
}
.hp-section {
	margin-top: 50px;
	margin-bottom: 50px;
}
.hp-section.mtn {
	margin-top: 0;
}
.hp-section.mbn {
	margin-bottom: 0;
}

.hero-section {
	padding-top: 80px;
	padding-bottom: 60px;
}
.hero-section .aim {
	font-family: 'Epilogue', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #940075;
}
.hero-section h1 {
	font-family: 'Epilogue', sans-serif;
	font-size: 52px;
	color: #000;
	line-height: 1.2;
	margin-top: 10px;
}
.hero-section p {
	font-size: 20px;
	color: #323743;
	line-height: 30px;
}
.hero-section .cta-btns {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.hero-section .cta-btns a.btn {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #2baadf;
	text-transform: capitalize;
	padding: 12px 20px;
	border: 1px #2baadf solid;
  border-radius: 4px;
}
.hero-section .cta-btns a.filled {
	background-color: #2baadf;
	color: #fff;
}
.hero-section .cta-btns a.bordered {
	margin: 0 20px;
}
.hero-section .cta-btns a.filled:hover {
	background-color: white;
	color: #2baadf;
	border: 1px #2baadf solid;
}
.hero-section .cta-btns a.bordered:hover {
	background-color: #2baadf;
	color: #fff;
}
.hero-section p.small {
	font-size: 14px;
	max-width: 280px;
}

.hero-section .right .hero-image {
	text-align: right;
}
.hero-section .right .hero-image img {
	max-width: 512px;
	max-height: 512px;
}

.hp-section-info {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
h2.section-title {
	font-family: 'Epilogue', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #000;
	line-height: 1.4;
}
p.text-after-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #9095A1;
	line-height: 28px;
	margin: 0 0 20px;
}
.hp-section section {
}
.hp-section section img {
	border-radius: 6px;
}
.hp-section section h2 {
	font-family: 'Epilogue', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #171A1F;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.hp-section section p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #9095A1;
	margin-top: 0;
}
.hp-section section a.btn {
	display: inline-block;
	font-size: 16px;
	color: #2baadf;
	padding: 12px 20px;
	border: 1px #2baadf solid;
  border-radius: 4px;
}
.hp-section section a.btn:hover {
	background-color: #2baadf;
	color: #fff;
}
.hp-section section a.btn.bordered {
}

.box-border {
	border-radius: 0 0 6px 6px;
  border: 1px #F2F2F2 solid;
}
.box-edu {
	/*position: relative;
	z-index: 1;
	margin-top: -10px;
	margin-bottom: 40px;*/
	padding: 25px;
	/*border-radius: 0 0 6px 6px;
  border: 1px #F2F2F2 solid;
  border-top: 0;*/
}

.latest-news {
}
.latest-news .imgwrap img {
	width: 100%;
	height: 256px;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}
.latest-news p.category,
.un-events p.category {
	font-size: 16px;
	color: #2BAADF;
	margin-bottom: 0;
}
.latest-news p.pdate {
	color: #9095A1;
	margin-bottom: 0;
}
.latest-news h2,
.un-events h2 {
	line-height: 36px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.latest-news h2 a,
.uc-events h2 a {
	color: #171A1F
}

.uc-events section img {
	width: 100%;
	height: 256px;
	object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}

.more-od-outer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 40px 0 0;
}
.more-od {
	display: inline-block;
	background-color: #F2FAFD;
	font-size: 16px;
	color: #2BAADF;
	line-height: 26px;
	border-radius: 4px;
	padding: 12px 16px;
}

.od-glance {
	background-color: #940075;
	padding: 90px 0 80px;
}
.od-glance .section-title {
	color: #fff;
}
.od-glance .feature {
	text-align: center;
}
/*.od-glance .feature .icon {
	display: inline-block;
	width: 82px;
	height: 82px;
	background: url(../images/icon-users.png) 50% 50% no-repeat;
	background-size: 90%;
}
.od-glance .feature .icon.book {
	background-image: url(../images/icon-book.png);
}
.od-glance .feature .icon.globe {
	background-image: url(../images/icon-globe.png);
}*/
.od-glance .feature span {
	display: block;
	font-family: 'Epilogue', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 36px;
}

.feature-list {
	padding: 40px 0;
}
.feature-list .feature {
	text-align: center;
	width: 276px;
	margin: 0 auto;
	padding: 30px 18px 20px;
	border: 1px #fff solid;
	border-radius: 4px;
}
.feature-list .feature img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.feature-list .feature h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}
.feature-list .feature p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}

.od-glance.joc {
	margin-bottom: 0;
}
.od-glance p.text-after-title {
	color: #fff;
}
.od-glance a.btn {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
  font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
  color: #fff;
	background-color: #2baadf;
  padding: 12px 20px;
  border: 1px #2baadf solid;
  border-radius: 4px;
}
.od-glance a.btn:hover {
	background-color: #fff;
	color: #2baadf;
	border-color: #fff;
}

.about-aim {
	padding-top: 40px;
}
.about-aim .box-border {
	margin: 0 12px;
}
.download-syllabus {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #2baadf;
	text-transform: capitalize;
	text-decoration: none;
	padding: 12px 20px;
	border: 1px #2baadf solid;
  border-radius: 4px;
}

.you-learn .hp-section-info {
	text-align: left;
	border-bottom: 1px #940075 solid;
	margin-bottom: 30px;
}

.sp-easy-accordion .ea-header {
	font-family: 'Epilogue', sans-serif;
  font-size: 20px;
  color: #171A1F;
	line-height: 30px;
	padding-bottom: 0;
	background-color: #fff;
}
.sp-easy-accordion .ea-header a {
	padding: 30px 15px !important;
}
.sp-easy-accordion .sp-ea-single {
	border: 0 !important;
	border-bottom: 1px #940075 solid !important;
	margin-bottom: 0 !important;
}
.sp-easy-accordion .sp-ea-single .ea-body {
	padding: 0 38px 30px !important;
	/*border-bottom: 1px #940075 solid;*/
}
.sp-easy-accordion .sp-ea-single .ea-body p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px; 
  font-weight: 400; 
  line-height: 22px; 
  color: #171A1FFF;
}

.learn-block {
	float: right;
	background: #005970;
	width: 340px;
	padding: 30px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 40px;
}
.learn-block.alt-color {
	background: #940075;
}
.learn-block img {
	width: auto;
}
.learn-block p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px; 
  font-weight: 400; 
  line-height: 22px;
}

.tns-slider {
}

.tns-nav { text-align: center; margin: 10px 0; }
.tns-nav > [aria-controls] {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 3px;
  border-radius: 50%;
  background: #DEE1E6;
  border: 0;
}
.tns-nav > .tns-nav-active { background: #2BAADF; width: 20px; border-radius: 5px; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66CCFF;
  border-radius: 3px;
  border: 0;
}

.instructor {
	text-align: center;
}
.instructor .box-border > img {
	width: 100%;
	height: 192px;
	object-fit: cover;
}
.instructor h2 {
	font-family: 'Epilogue', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #171A1F;
	padding-top: 24px;
	padding-bottom: 0;
}
.instructor h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #2BAADF;
}
.instructor p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #9095A1;
}
.instructor .social {
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}
.instructor .social li {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url('images/icon-email.jpg') 50% 50% no-repeat;
	padding: 0;
	margin: 0 5px;
}
.instructor .social li.l {
	background-image: url('images/icon-linkedin.jpg');
}
.instructor .social li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
}


.footer {
	display: block;
  background-color: #005970;
  color: #ffffff;
	padding-top: 120px;
  padding-bottom: 20px;
}
.footer .footer_grid .col {
	float: left;
	width: 16.66667%;
	padding-left: 10px;
	padding-right: 10px;
}
.footer .footer_grid .col.newsletter {
	width: 33.33333%;
}
.footer .col > h2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 20px;
  color: #fff;
}
.footer .col ul li a {
	font-size: 14px;
	color: #ccc;
	line-height: 1.5;
	text-transform: capitalize;
	text-decoration: none;
}
.footer .newsletter h2 {
	font-size: 18px;
	color: #2baadf;
	margin-top: 9px;
	margin-bottom: 0;
	line-height: 1.2;
}
.footer .newsletter p {
	font-size: 12px;
  color: #9095a1;
  margin-top: 5px;
  margin-bottom: 16px;
}

.newsletter .mc4wp-form-fields > div {
	display: inline-flex;
	width: 100%;
}
.newsletter .mc4wp-form-fields .f-field {
	width: 100%;
	background: url('images/icon-email.png') 10px 13px no-repeat;
	background-size: 16px 12px;
}
.newsletter .mc4wp-form-fields .f-field input::placeholder {
	color: #ccc;
	opacity: 1;
}
.newsletter .mc4wp-form-fields .f-field input {
	background-color: transparent;
	font-size: 14px;
	color: #ccc !important;
	padding-left: 35px;
	border: 1px #9095a1 solid;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.newsletter .mc4wp-form-fields .f-button {	
}
.newsletter .mc4wp-form-fields .f-button input {
	background-color: #e45f49;
	font-size: 14px;
	color: #fff !important;
	text-transform: capitalize;
	width: auto;
	margin-top: 0;
	padding: 11px 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}



.footer-logo {
  width: 120px !important;
}
.footer .credits {
	font-size: 14px;
	color: #999;
  text-align: center;
}
.footer .credits a {
	font-size: 14px;
	color: #999;
	text-decoration: none;
	margin: 0 10px;
}

.sb-wrap {
	text-align: right;
}
.social-block {
	display: inline-block;
	background: url('images/social.jpg') 0 0 no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.social-block a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.social-block.f {
}
.social-block.i {
	background-position: -52px 0;
}
.social-block.m {
	background-position: -101px 0;
}

#mc-embedded-subscribe {
	background-color: #2baadf !important;
	color: #fff !important;
	/*! font-family: 'Roboto', sans-serif; */
  font-size: 18px !important;
  text-transform: capitalize;
	height: auto !important;
  padding: 12px 20px !important;
  border: 1px #2baadf solid;
  border-radius: 4px;
	background-color: #e45f49 !important;
}
#mc-embedded-subscribe:hover { background-color: #e45f49 !important; }

@media (max-width: 1200px) {}
@media (max-width: 979px) {}
@media (max-width: 767px) {
	.page-id-143 .col_1_1 .col,
	.page-id-143 .col_1_1_1 .col,
	.page-id-143 .col.col_1_6,
	.page-id-143 .col.col_1_4,
	.page-id-143 .footer .footer_grid .col	{ width: 100%; }
	
	.new-header, .new-header .r-align { text-align: center; }
	.new-header .logo { display: block; }
	.new-header .logo img { width: 320px; }
	.new-header .logo p { display: none; }
	
	.hero-section { padding-top: 0; padding-bottom: 0; margin-top: 40px; margin-bottom: 40px; }
	
	.feature-list .feature { width: 75%; margin: 20px auto; }
	
	.about-aim .box-border { margin: 10px 20px; }
	.hp-section-info { width: 100%; }
	
	.learn-block { float: none; margin: 10px auto; display: block; width: 75%; }
	.footer .col > h2 { line-height: 20px; margin-top: 30px; }
	.sb-wrap { text-align: center; }
}
@media (max-width: 480px) {
	.hero-section h1 { font-size: 38px; }
	.hero-section .cta-btns { text-align: center; }
	.hero-section .cta-btns a.btn { width: 200px; margin: 10px 0; }
	.hp-section-info { padding: 0 15px; }
	h2.section-title { font-size: 30px; }
	.footer .newsletter h2 { white-space: normal; }
}
	
	
/* new homepage styling end */


/*---------- common-elements-start ----------*/
.coverImg {
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center center;
	/*	font-family: 'object-fit: cover; object-position: right bottom';*/
}
.btn,
#searchsubmit,
.contactForm input[type="submit"]{
	padding:12px 30px 12px 30px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	font-weight:600;
	font-size:20px;
	text-align:center
	}
.borderBtn{
	border:2px solid #000000;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	padding:8px 30px 6px 30px;
	text-transform:uppercase;
	display:inline-block;
	text-decoration:none;
	font-weight:600;
	font-size:16px;
}
.borderBtn.white{

	}
.btn.blue,
.btn.blueLarge{
	background-color:#1ea8e0;
	color:#ffffff !important;
	}
.btn.blueLarge{
	padding:18px 40px 18px 40px;
	font-size:20px;
	}
.btn.tealLarge{
	padding:18px 40px 18px 40px;
	font-size:20px;
	background-color:#005970;
	color:#ffffff !important;
}
.arrowBtn{
	color:#005970 !important;
	background-repeat:no-repeat;
	background-image: url("images/teal-arrow.png");
	background-position: left 6px;
	background-size: 20px 20px;
    padding: 3px 5px 3px 28px;
	text-transform:uppercase;
	display:inline-block;
	text-decoration:none;
	font-weight:600;
	font-size:16px;
}


/*---------- common-elements----------*/











.page-template-default #container,
.error404 #container{
	position: relative
}


.page404 {
    min-height: 80%;
    /*padding-top: 80px;*/
}
.pageNotFound{
	width:100%;
	max-width: 700px;
	text-align: center;
	font-size: 22px;
	line-height: 31px;
	margin: 60px auto 0px auto
}
.pageNotFound > div{
/*	background-color: #ffffff;*/
	border:6px solid #1c1f2a;
	width:250px;
	height: 250px;
	margin:0px auto;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}
.pageNotFound > div span{
	color: #1c1f2a;
	font-size: 116px;
	position: absolute;
	right: 24px;
	top: 46%;
	left: 0px;
	width: 100%;
}
.pageNotFound h6{
	font-size: 39px;
	line-height: 47px;
	margin-bottom: 30px;
	/*color: #e6ddd8*/
}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 30px 30px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 30px 30px;
}
img.alignright,
img.alignleft {
    max-width:50%
}
.alignleft {
    float: left;
    margin: 10px 30px 30px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 30px 30px;
}

a img.alignnone {
    margin: 10px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 30px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 30px 30px 0;
}

.wp-caption.alignleft {
    margin: 5px 30px 30px 0;
}

.wp-caption.alignright {
    margin: 5px 0 30px 30px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.showOnMobile{
	display:none
	}
