@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
html, body {
  height: 100%;
}
a {
  color: #2086c4;
}
a:hover {
  color: #333;
}
.orange {
	color: #db9304 !important;
}
.orange-bg {
  background-color: #db9304 !important;
}
.grey-bg {
  background-color: #3f3f3f !important;
}
.blue-bg {
  background-color: #2086c4 !important;
}
.dark-grey {
	color: #222 !important;
}
.bg-lgreen {
  background-color: #8bc121;
}
.bg-lblue {
  background-color: #2086c4;
}
.bg-lgrey {
  background-color: #4d4d4d;
}
.bg-lorange {
   background-color: #db9304;
}
.pre-header-one {
	background-color: #2086c4 !important;
	padding: 20px 0 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.8) inset;
  padding: 0 !important;
}
.addthis_custom_follow {
  float: right;
  margin: 0 0 15px 0;
}
.pre-header-one .row {
  clear: both;
}
.caption a {
 	position: relative !important;
	left: initial !important;
	top: initial !important;
	transform: initial !important;
	font-size: 12px !important;
	color: #fff;
  width: 140px;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
	.quote-v1 {
		display: block !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
	}
	.quote-v1 a.btn-transparent {
		float: none !important;
	}
	.social-footer-top {
		display: none;
	}
	.caption.btn {
    width: calc(50vw - 20px);
		left: 0 !important;
		bottom: 0 !important;
		font-size: 10px !important;
		line-height: 12px !important;
		border-radius: 0 !important;
		padding: 10px !important;
		transform: initial !important;
		top: initial !important;
		position: absolute !important;
    background-color: #333 !important;
	}
  .caption.btn:nth-of-type(2) {
    right: 0 !important;
    left: initial !important;
    background-color: #afc782 !important;
  }
	.caption:not(.btn) {
		width: 100vw;
		top: 0 !important;
		bottom: 0px;
		left: 0 !important;
	}
  .caption:not(.btn) h2, .caption:not(.btn) h3 {
		font-size: 18px !important;
    line-height: 18px !important;
    text-align: left;
    height: 40px;
    width: auto;
    border-radius: 0;
    float: left;
    padding: 10px;
	}
  .caption:not(.btn) h3 {
    clear: both;
  }
  .subscribe small, input {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .caption:not(.btn) h2, .caption:not(.btn) h3 {
    font-size: 10px !important;
    line-height: 10px !important;
    text-align: center;
    height: auto;
    width: 50%;
    float: left;
  }
  .caption:not(.btn) h3 {
    clear: none;
    float: right;
  }
}
/*.pi-img-wrapper:not(.no-shadow) img, .recent-work-item:not(.no-shadow) img {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}*/
.pi-img-wrapper img {
	  margin: 0 auto;
}
.add2cart {
	float: right;
	background-color: #3f3f3f;
	border-radius: 5px !important;
	color: #fff;
	border: 1px solid #3f3f3f;
}
.recent-work .recent-work-item:hover em {
	background-color: #db9304;
}
.cta-buttons {
 	margin-bottom: 20px;
}
.cta-buttons a {
	display: block;
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 28px;
 	line-height: 1em;
 	letter-spacing: -1px;
 	font-weight: 800;
 	padding: 20px;
 	border-radius: 20px !important;
}
.cta-button-1 a {
	background-color: #db9304;
}
.cta-button-2 a {
	background-color: #3f3f3f;
}
.cta-button-3 a {
	background-color: #2086c4;
}
.cta-buttons a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	text-decoration: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 45.25%; /* 16:9 */
	padding-top: 27px;
	height: 0;
	color: #ea0f0a;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
}
.pre-footer .pi-img-wrapper {
	background-color: transparent !important;
	border-radius: 0 !important;
}
.carousel-inner>.item {
	border: 0;
}
.social-footer li {
	border-right:none !important;
	padding-left: 0px !important; 
	padding-right: 0px !important;
	float:left;
}
.videoWrapper iframe {
	border-radius: 10px !important;
}
.pre-footer img {
 	background-color: #fff !important;
 	padding: 10px;
 	border-radius: 5px !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.mytable {
	width: 100%;
	font-size: 15px;
	vertical-align: middle;
}
.mytable tr {
}
.mytable td {
	border: 2px solid #eee;
	padding: 10px;
}
.mytable .mytr {
	background: #db9304;
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	font-weight: 800;
}
.faculty .panel {
	background-color: #ddd;
  padding: 30px 30px;
  border-radius: 5px !important;
  line-height: 1.5em;
  height: 600px;
 }
 @media (max-width: 1199px) {
 	.faculty .panel {
 		height: auto;
 	}
 }
.faculty .panel img {
	float: left;
  margin-right: 20px;
  border: 2px solid #fff;
  border-radius: 5px !important;
}
.faculty .panel p {
	margin: 0;
	text-align: justify;
}
.no-shadow {
	border-radius: 0 !important;
	background-color: transparent !important;
  -webkit-filter: none !important;
}
.psychometric .fullwidthbanner {
	height: 445px !important;	
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
	margin-left: 0;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1920px) {
  .container {
    width: 1600px;
  }
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1440px) {
  .container {
    width: calc(100vw - 30px);
  }
}
@media (max-width: 1280px) {
  .container {
    width: calc(100vw - 20px);
  }
}
@media (min-width: 960px) {
  .equal, .equal > li[class*='col-'], .equal, .equal > div[class*='col-'] {  
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.blocks {
	list-style: none;
	text-align: center;
}
.blocks .panel {
	background-color: #db9304;
	color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
  padding: 20px 10px;
  border-radius: 10px !important;
  width: 100%;
  margin: 0 0 20px 0;
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.etutoring {
  background-color: #eee;
  padding: 20px;
  border-radius: 10px !important;
  border-width: 5px;
  border-style: solid;
}
.etutoring.students {
  border-color: #db9304;
}
.etutoring h3 {
  color: #fff;
  margin: -20px -20px 10px -20px;
  padding: 20px;
}
.etutoring.schools {
  border-color: #7db927;
}
.etutoring.students h3 {
  background-color: #db9304;
}
.etutoring.schools h3 {
  background-color: #7db927;
}
#myTabContent img {
    margin: 0 0 10px 10px;
    border-radius: 5px !important;
}
input[type=text] {
  font-size: 14px;
  color: #3f3f3f;
}
.subscribe input {
  margin-right: 10px;
}
.subscribe .btn {
  margin-top: -1px !important;
}
.subscribe .input-group-btn {
  float: right;
  margin-top: -12px;
}
.header {
  background: #fff;
  margin-bottom: 0;
}
.header-navigation > ul > li > a {
  color: #db9304;
  background: transparent;
  padding: 22px 8px;
  line-height: 62px;
}
.pre-header {
  color: #000;
  font-weight: 600;
  background: #f2f2f2;
  padding: 10px 0 5px 0;
}
.pre-header li {
  float: left;
}
.subscribe .btn {
  background: #db9304;
  color: #fff;
  border-radius: 5px !important;
  margin-top: -5px;
}
.pre-header a {
  color: #fff;
}
.subscribe .btn:hover {
  color: #fff !important;
  background-color: #333 !important;
}
.header-navigation li.menu-search i {
  color: #db9304;
  height: 62px;
  line-height: 62px;
  top: -26px;
}
.header-navigation li.menu-search i:hover {
  color: #333;
}
.header-navigation .search-box {
  border-color: #db9304;
  width: 400px;
}
.header-navigation .search-box:after {
  border-bottom-color: #db9304;
}
.header-navigation .search-box input {
  float: left;
  width: 279px;
  margin-right: 10px;
}
.header-navigation .search-box .btn {
  float: left;
  border-radius: 5px !important;
  background-color: #db9304;
}
.header-navigation .search-box .btn:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.slide_btn {
  background: #2086c4;
  border-radius: 5px !important;
  padding: 12px !important;
}
.slide_btn:hover {
  background: #4d4d4d !important;
  color: #fff !important;
}
.revolution-slider {
  margin-bottom: 0;
  border: 0;
}
.home h1 {
  color: #db9304;
}
.home h1 span {
    font-weight: 300;
    font-size: 38px;
}
h2.featured {
  color: #fff !important;
  margin: 0 auto 20px auto;
  padding: 10px 20px;
  background-color: #db9304;
  display: inline-block;
  border-radius: 5px !important;
}
.recent-work {
  background-color: #737373;
  padding: 20px;
}
.recent-work .recent-work-item:hover em, .recent-work .recent-work-item:hover a.recent-work-description {
  background-color: #2086c4;
}
.recent-work .recent-work-item .fa:hover {
  color: #2086c4
}
.quote-v1 {
  margin-left: -15px;
  margin-right: -15px;
  background: #2086c4;
  padding: 10px;
  border-radius: 5px !important;
  border: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2086c4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}
h2:not(.slide-title) {
  color: #2086c4;
}
.testimonials-v1 h2 {
  color: #fff;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
.testimonials-v1 span.testimonials-name {
  font-weight: 600;
}
.testimonials-v1 span.testimonials-post {
  color: #4d4d4d;
}
.testimonials-v1 blockquote span {
  float: right;
  color: #db9304;
  margin-top: -10px;
}
.testimonials-v1 .left-btn {
  border-right-color: #fff;
}
.testimonials-v1 .right-btn {
  border-left-color: #fff;
}
@media (max-width: 480px) {
  .additional-shop-info, .subscribe form {
    text-align:  center;
  }
}
.header .mobi-toggler {
  color: #2086c4;
  float: right !important;
  border: 0;
}
.header .mobi-toggler:hover {
  color: #333;
}
.header .mobi-toggler i {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 606px) {
  .home h1 {
    font-size: 28px;
  }
  .home h1 span {
    font-size: 20px;
  }
}
.pre-footer a {
  color: #fff;
  font-weight: 600;
}
.pre-footer a:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .pre-header li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .site-logo img {
    width: 130px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .site-logo img {
    width: 96px;
    height: 28px;
  }
}
.header-navigation {
  font: 15px "Open Sans", sans-serif;
  padding: 0;
  float: left;
}
.social-footer .fa {
  font-size: 22px;
}
.pre-header-two {
  border: 1px solid #dadada;
  box-shadow: 10px 0 10px rgba(0,0,0,0.8);
  z-index: 1000;
  position: relative;
}
.header-navigation > ul > li > .dropdown-menu {
  margin-top: 0px;
  z-index: 1001;
  border: 1px solid #dadada;
  box-shadow: none;
}
.header-navigation .dropdown-menu {
  background: #f2f2f2;
  border: 1px solid #dadada;
}
.header-navigation .dropdown-menu li > a {
  color: #000 !important;
}
.header-navigation .dropdown-menu li:hover > a {
  color: #fff !important;
  background-color: #db9304 !important;
}
.header-navigation .dropdown-menu > li:first-child {
  border-top: none;
}
.header-navigation .dropdown-menu {
  box-shadow: none;
}
.slotholder {
  background-color: #000;
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caption .flex-container {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 5%;
  max-width: 36%;
}
.caption h2, .caption h3 {
  font-size: 22px;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
  white-space: normal;
}
.caption h2 {
  font-weight: 300;
  background-color: rgba(32,134,196,0.8);
  border-radius: 5px 5px 0 0;
}
.caption h3 {
  font-weight: 800;
  background-color: rgba(219,147,4,0.8);
  margin-bottom: 40px;
  border-radius: 0 0 5px 5px;
}
.header-navigation > ul > li.dropdown:hover > a:after {
  border-bottom-color: #b8b8b8;
}
.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #db9304;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: -50px auto 0 auto;
  padding: 20px;
  border-radius: 50% !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  transition: all 0.2s ease-in-out;
}
.cta-button > div {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.cta-button .fa {
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
}
.cta-button a {
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2em;
  margin-top: 15px;
  font-weight: 700;
  color: #2086c4;
  margin: 0;
}
.cta-button1 {

}
.cta-button2 {

}
.cta-button3 {

}
@media (max-width: 767px) {
  .cta-button {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0 !important;
    border-bottom: 1px solid #b8b8b8;
  }
  .testimonials-v1 {
    margin: 20px 10px 0 10px;
  }
}
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 125px;
  height: 0;
  overflow: hidden;
  min-height: 504px;
}
.iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.welcome {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 0;
  padding-top: 30px;
}
.bg-orange {
  background-color: #db9304;
  color: #fff !important;
  padding: 10px;
}
.bg-grey {
  background-color: #eaeaea;
  padding:20px 0;
}
@media (max-width: 1440px) {
  .caption {
    left: 30px !important;
    top: 10px !important;
  }
  .caption.btn {
    margin-top: -30px !important;
  }
}
.recent-work .recent-work-item em {
  background-color: #2086c4;
  border-radius: 0;
  height: 125px;
  display: flex;
}
.recent-work .recent-work-item:hover a.recent-work-description {
  border-radius: 0 !important;
}
.recent-work .recent-work-item:hover em, .recent-work .recent-work-item:hover a.recent-work-description {
  background-color: #db9304;
}
.recent-work .recent-work-item strong {
  color: #db9304;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.recent-work .recent-work-item:hover .fa-link {
  left: 33%;
}
.recent-work .recent-work-item a.recent-work-description {
  padding: 10px;
  margin-top: 0;
  display: block;
  background: #fff;
  min-height: 100px;
}
.recent-work h3 {
  font-size: 36px;
  margin-bottom: 18px;
  color: #fff;
}
.quote-v1 a.btn-transparent {
  background: transparent;
  border-radius: 5px !important;
}
.quote-v1 span {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
.fa-3x {
  line-height: 1em;
}
.testimonials-v1 {
  background-color: transparent;
  border-radius: 0 !important;
  padding: 0;
  min-height: 168px;
}
.testimonials-v1 a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .testimonials-v1 {
    border: 0;
    padding: 0;
  }
}
.pre-footer {
  background: #fff;
  color: #4d4d4d;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #db9304;
  margin-top: 10px;
}
.pre-footer a {
  color: #4d4d4d;
}
.pre-footer a:hover {
  color: #4d4d4d;
  text-decoration: underline;
}
.footer {
  background: #2086c4;
}
.page-slider {
  margin-top: 0;
}
.tagline {
  background-color: #2086c4;
  padding: 10px;
}
.tagline p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
}
.btn_green {
  background-color: #db9304;
  margin-left: 10px !important;
}
.testimonials-v1 .left-btn {
  right: 40px;
  top: 8px;
}
.testimonials-v1 .right-btn {
  right: 10px;
  top: 8px;
}
.our-clients h2 {
  background-color: #db9304;
  color: #fff;
  padding: 10px;
}
.split-panel .col-md-6 {
  padding: 10px;
}
.split-panel .panel {
  background-color: #db9304;
  padding: 10px;
}
.split-panel .col-md-6:nth-of-type(1) .panel {
  border-radius: 10px 0 0 10px !important;
}
.split-panel .col-md-6:nth-of-type(2) .panel {
  border-radius: 0 10px 10px 0 !important;
}
.top-offers {
  background-color: #4d4d4d;
  margin-top: -15px;
  height: 44px;
  line-height: 44px;
  border: 0;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.8) inset, 0 -10px 10px -10px rgba(0,0,0,0.8) inset;
  transition: all .2s ease-in-out;
}
.top-offers:hover {
  background-color: #fff;
}
.top-offers:hover a,
.top-offers:hover i:before {
  color: #4d4d4d;
  text-decoration: none;
}
.top-blog {
  background-color: #fff;
  margin-top: -15px;
  height: 44px;
  line-height: 44px;
  border: 0;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.8) inset, 0 -10px 10px -10px rgba(0,0,0,0.8) inset;
  transition: all .2s ease-in-out;
}
.top-blog a,
.top-blog i:before {
  color: #4d4d4d;
}
.top-blog:hover {
  background-color: #4d4d4d;
}
.top-blog:hover a,
.top-blog:hover i:before {
  color: #fff;
  text-decoration: none;
}
.header-navigation li.menu-search span.sep {
  height: 62px;
}
.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
  color: #4d4d4d;
}
.animation-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
}
.animation-wrapper > img {
  width: 100%;
  border-radius: 5px !important;
}
.animation-wrapper > div small {
  display: block;
  color: #fff;
  padding-top: 10px;
}
.animation-wrapper > div p {
  color: #fff;
  padding-top: 10px;
  line-height: 16px;
  font-size: 12px;
}
.animation-wrapper > div {
  background: rgba(77, 77, 77, 0.6);
  bottom: 0;
  line-height: 16px;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all .2s ease-in-out;
  padding: 20px 20px;
  color: #fff;
  border-radius: 0 0 5px 5px !important;
}
.animation-wrapper:hover > div {
  background: #db9304;
  padding: 40px 20px;
}
.position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-search {
  background-color: #4d4d4d;
  padding: 20px 40px;
  border-radius: 10px !important;
  position: relative;
}
.home-search h2 {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  font-size: 30px;
  line-height: 1.4em;
}
.home-search h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.home-search form {
  margin-bottom: 30px;
}
.home-search .input-group {
  display: block;
}
.home-search .input-group .form-control {
  border-radius: 5px 0 0 5px !important;
  height: 50px;
  font-size: 18px;
  width: 88%;
}
.home-search button {
  border-radius: 0 5px 5px 0 !important;
  height: 50px;
  width: 50px;
  transition: all .2s ease-in-out;
}
.home-search button:hover {
  background: #2086c4 !important;
}
.home-search button:hover i {
  color: #fff !important;
}
.home-search button i {
  font-size: 18px;
}
.home-search .col-md-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-search .col-md-4 i {
  color: #fff;
}
.home-search .col-md-4 span {
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 10px;
  width: 60%;
  text-align: left;
}
.niche-areas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.niche-areas ul li {
  display: inline-block;
  margin: 15px 0;
  padding: 0;
}
.niche-areas ul li a {
  padding: 10px 30px;
  margin: 5px;
  border-radius: 10px !important;
  text-decoration: none;
  color: #fff;
  transition: all .2s ease-in-out;
}
.niche-areas ul li a:hover {
  background-color: #4d4d4d;
}
.niche-areas ul li:nth-child(3n+1) a {
  background-color: #db9304;
}
.niche-areas ul li:nth-child(3n+2) a {
  background-color: #2086c4;
}
.niche-areas ul li:nth-child(3n+3) a {
  background-color: #8bc121;
}
.download-link {
  position: absolute;
  top: calc(50% - 110px);
  right: -110px;
  background-color: #db9304;
  color: #fff;
  border-radius: 50% !important;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  line-height: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  transition: all .2s ease-in-out;
  z-index: 2;
}
.download-link:hover {
  background-color: #4d4d4d;
  color: #fff;
  text-decoration: none;
}
.black-box {
  background-color: #000;
  padding: 10px;
}
.img-responsive {
  width: 100%;
}
.ed-header {
  position: relative;
  background-color: #000;
  margin-bottom: 40px;
}
.ed-header img {
  width: 100%;
}
.pre-footer address br {
  display: contents;
}
.ed-header .caption h2,
.ed-header .caption h3 {
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: none;
}
.ed-header .caption h2 {
  font-weight: 800;
  background-color: transparent;
  padding: 5px 10px;
  margin-bottom: 0;
  background-color: rgba(32,134,196,0.8);
  border-radius: 5px 5px 0 0;
}
.ed-header .caption h3 {
  font-weight: 300;
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 0;
  background-color: rgba(219,147,4,0.8);
  border-radius: 0 0 5px 5px;
}
img.bandw,
.img-circle,
.main .container > .img-responsive.margin-bottom-30  {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.thumbnail {
  border: 1px solid #db9304;
}
.membership {
  display: inline-block;
  color: #fff;
}
.collaborate h3 {
  background-color: #8bc121;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  display: table;
  margin: 0 auto 20px auto;
}
.membership .left {
  width: 612px;
  height: 612px;
  float: left;
  background-image: url('../img/membership-left.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.membership .right {
  width: 786px;
  height: 612px;
  float: left;
  margin-left: -177px;
  background-image: url('../img/membership-right.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.membership .left,
.membership .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.membership .left > div,
.membership .right > div {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 60%;
}
.membership .left > div {
  margin-left: -170px;
}
.membership .right > div {
  margin-right: -165px;
}
.membership h4,
.membership h5 {
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: none;
}
.membership h4 {
  margin-top: 10px;
  font-weight: 800;
  padding: 5px 10px;
  margin-bottom: 0;
  background-color: rgba(32,134,196,0.8);
  border-radius: 5px 5px 0 0;
}
.membership h5 {
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 0;
  background-color: rgba(219,147,4,0.8);
  border-radius: 0 0 5px 5px;
}
.membership .btn {
  margin-top: 10px;
}
.mini-mba .download-link {
  top: -342px;
  right: -910px;
}
.cta-bar {
  position: fixed;
  background-color: #db9304;
  right: 0;
  bottom: calc(100vh - 60em);
  padding: 20px;
  width: 200px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
.cta-bar a {
  margin-bottom: 10px;
  display: block;
}
.cta-bar div .btn {
  width: 100%;
  color: #2086c4 !important;
  white-space: normal;
  background-color: #fff;
  border-radius: 10px !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}
.cta-bar div .btn:hover {
  color: #fff !important;
  background-color: #2086c4 !important;
}
.cta-bar a:last-child {
  margin-bottom: 0;
}
.cta-bar .close {
  color: #fff;
  background-image: none !important;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 10px;
  opacity: 0.5;
}
.lower {
  text-transform: none !important;
}
.cover-link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1440px) {
  .header-navigation > ul > li > a {
    font-size: 12px;
  }
  .home-search {
    width: 94%;
  }
  .download-link {
    width: 200px;
    height: 200px;
    font-size: 16px;
    top: calc(50% - 100px);
    right: -80px;
    line-height: 1.2em;
  }
  .download-link.subscription {
    right: 220px;
  }
  .mini-mba .download-link {
    top: -310px;
    right: -850px;
  }
  .cta-bar {
    bottom: calc(100vh - 36em);
  }
}
@media (max-width: 1280px) {
  .header-navigation > ul > li > a {
    font-size: 10px;
  }
  .download-link.subscription {
      right: 360px;
  }
  .membership .left {
    width: 600px;
    height: 600px;
  }
  .membership .right {
    width: 771px;
    height: 600px;
    margin-left: -173px;
  }
  .mini-mba .download-link {
    top: -290px;
    right: -780px; 
  }
  .cta-bar {
    bottom: calc(100vh - 34.5em);
  }
}
@media (max-width: 1024px) {
  .pre-header-one {
    height: 44px;
  }
  .pre-header-one .list-unstyled {
    display: inline-block;
    font-size: 12px;
  }
  .subscribe small {
    font-size: 12px;
  }
  .home-search {
    width: 93%;
  }
  .download-link {
    width: 160px;
    height: 160px;
    font-size: 14px;
    top: calc(50% - 80px);
    right: -80px;
  }
  .download-link.subscription {
    right: 70px;
  }
  .membership .left {
    background-image: url('../img/membership-left-mobile.png');
    float: none;
  }
  .membership .right {
    width: 600px;
    height: 786px;
    margin-top: -177px;
    background-image: url('../img/membership-right-mobile.png');
    float: none;
    margin-left: 0;
  }
  .membership .left > div {
    margin-left: 0;
    margin-top: -165px;
  }
  .membership .right > div {
    margin-right: 0;
    margin-bottom: -165px;
  }
  .mini-mba .download-link {
    top: -240px;
    right: -610px;
  }
  .cta-bar {
    bottom: calc(100vh - 75em);
  }
}
@media (max-width: 768px) {
  .pre-header-one {
  }
  .pre-header-one .list-unstyled {
  }
  .pre-header-one .social-footer {
    display: none;
  }
  .home-search .input-group .form-control {
    width: 80%;
  }
  .home-search h2 {
    font-size: 26px;
  }
  .download-link.subscription {
    right: 70px;
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
  }
  .mini-mba .download-link {
    top: -209px;
    right: -473px;
  }
  .ed-header .caption h2,
  .ed-header .caption h3 {
    font-size: 12px;
  }
  .cta-bar {
    bottom: 45px;
    width: 100vw;
    border-radius: 0 !important;
  }
  .cta-bar div .btn {
    width: 171px;
    margin-bottom: 0;
    margin-right: 10px;
    border-radius: 5px !important;
    font-size: 10px;
    height: 40px;
  }
  .cta-bar div .btn:last-child {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .pre-header-one {
    height: 68px;
  }
  .pre-header-one .list-unstyled {
    font-size: 12px;
  }
  .pre-header-one .list-unstyled li:nth-of-type(3), .pre-header-one .list-unstyled li:nth-of-type(4) {
    background-color: transparent !important;
    box-shadow: none !important;
    height: auto !important;
    line-height: inherit !important;
    margin-top: auto !important;
  }
  .pre-header-one .social-footer {
  }
  .tagline p {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
  }
  .home-search {
    width: 100%;
    padding: 20px;
  }
  .home-search .row {
    visibility: hidden;
  }
  .main .row {
    margin: 0;
  }
  .download-link {
    left: 30%;
    top: 56%;
  }
  .home-search .input-group .form-control {
    font-size: 14px;
  }
  .download-link.subscription {
    position: initial;
    width: 100%;
    height: auto;
    border-radius: 0 !important;
    display: block;
    margin: 10px auto;
  }
  .collaborate h3 {
    font-size: 16px;
  }
  .membership .left {
    width: 280px;
    height: 280px;
  }
  .membership .right {
    width: 280px;
    height: 367px;
    margin-top: -82px;
  }
  .membership .left > div {
    margin-top: -76px;
  }
  .membership .right > div {
    margin-bottom: -76px;
  }
  .membership .left > div,
  .membership .right > div {
    width: 80%;
  }
  .membership h4,
  .membership h5 {
    font-size: 10px;
  }
  .mini-mba .download-link {
    position: relative;
    top: initial;
    left: initial;
    border-radius: 0 !important;
    height: auto;
    width: auto;
    display: block;
    right: initial;
    margin-bottom: 20px;
  }
  .ed-header .caption .flex-container {
    max-width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .ed-header .caption:not(.btn) {
    width: 100%;
  }
  .ed-header .caption h2,
  .ed-header .caption h3 {
    width: 100%;
  }
  .cta-bar {
    padding: 25px 10px 10px 10px;
  }
  .cta-bar div .btn {
    width: 84px;
    margin-bottom: 0;
    margin-right: 2px;
    border-radius: 5px !important;
    font-size: 6px;
    height: 32px;
    padding: 0;
  }
}
@media (max-width: 320px) {
  .download-link {
    left: 22%;
  }
  .home-search .input-group .form-control {
    font-size: 11px;
  }
  .membership .left {
    width: 230px;
    height: 230px;
  }
  .membership .right {
    width: 230px;
    height: 302px;
    margin-top: -67px;
  }
  .membership .left > div {
    margin-top: -76px;
  }
  .membership .right > div {
    margin-bottom: -76px;
  }
  .membership h4,
  .membership h5 {
    font-size: 9px;
  }
  .membership .btn {
    font-size: 9px;
  }
  .membership h4 {
    margin-top: 2px;
  }
  .ed-header .caption h2,
  .ed-header .caption h3 {
    font-size: 8px !important;
  }
  .cta-bar {
    left: 0;
  }
  .cta-bar div .btn {
    width: 70px;
    height: 27px;
  }
}