/*!
Theme Name: sewellforcongress
Theme URI: http://underscores.me/
Author:
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: sewellforcongress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ------------Fonts------------ */

@font-face {
  font-family: "Univers LT Std";
  src: url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-Cn/UniversLTStd-Cn.woff2")
      format("woff2"),
    url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-Cn/UniversLTStd-Cn.woff")
      format("woff"),
    url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-Cn/UniversLTStd-Cn.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Univers LT Std 59 UltraCn";
  src: url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-UltraCn/UniversLTStd-UltraCn.woff2")
      format("woff2"),
    url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-UltraCn/UniversLTStd-UltraCn.woff")
      format("woff"),
    url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-UltraCn/UniversLTStd-UltraCn.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Univers LT Std 57 CnObl";
  src: url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-CnObl/UniversLTStd-CnObl.woff2")
      format("woff2"),
    url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-CnObl/UniversLTStd-CnObl.woff")
      format("woff"),
    url("/wp-content/themes/sewellforcongress/assets/Fonts/UniversalLTStd-CnObl/UniversLTStd-CnObl.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ========Global CSS========= */
html,
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
}

body.customize-support,
.customize-support .main-navigation {
  top: 32px;
}

h1,
h2,
h3,
h4,
h6,
.menu-item a,
.footer-nav a {
  font-family: "Univers LT Std 59 UltraCn";
}

h5 {
  font-family: "Univers LT Std 57 CnObl";
}

.copyright span {
  font-family: "Univers LT Std";
}

h1 {
  font-size: 7.25rem;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-size: 3.125rem;
  color: #00609a;
  font-weight: normal;
}

h3 {
  font-size: 2.625rem;
  font-weight: normal;
}

h4 {
  font-size: 1.875rem;
}

h5 {
  font-size: 1.65rem;
  font-weight: normal;
}

h6 {
  font-size: 1.25rem;
  font-weight: normal;
}

p {
  color: #697378;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}
img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a:hover,
a:focus {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.main-wrapper {
  margin-top: 92px;
}

.btn-rect {
  color: #fff;
  font-size: 20px;
  font-family: "Univers LT Std 59 UltraCn";
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-rect {
  display: inline-block;
  min-width: 160px;
  padding: 17px 35px;
  height: 60px;
}

.btn-red {
  background-color: #c80f23;
  border: 1px solid #c80f23;
}

.btn-red:hover,
.issues-form .at input[type="submit"]:hover {
  background-color: #db1327;
  color: #fff;
}

.btn-blue {
  background-color: #1eafe6;
  border: 1px solid #1eafe6;
}

.btn-blue:hover {
  background-color: #21befc;
  color: #fff;
}

input {
  font-size: 16px !important;
}
.bg-blue {
  background-color: #00609a;
  color: #fff;
}

.bg-blue h2 {
  color: #fff;
}

/* ========Main CSS======= */

/*------ navbar css---- */

.main-navigation {
  background-color: #fff;
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
  height: 92px;
  padding: 0 0 0 30px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.4);
}

.donate-btn {
  height: 92px;
  padding: 33px 40px;
  margin-left: 2rem;
  letter-spacing: 1px;
  text-align: center;
  width: 180px;
}

.mobile-btn {
  display: none;
}
.social-media a {
  display: inline-block;
  margin-left: 0.75rem;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

#primary-menu .menu-item:hover a,
.social-media a:hover {
  color: #1eafe6 !important;
}

.navbar-toggler {
  color: #c80f23;
  font-size: 1.5rem;
}

.close-menu {
  display: none;
}

.navbar-brand {
	margin:0;
}

.main-navigation .navbar-brand img {
  height: 85px;
  width: auto;
}
.main-menu-container {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#primary-menu .menu-item {
  padding: 0 50px;
}

.menu-item a {
  text-transform: uppercase;
  font-size: 24px;
}
.main-navigation .menu-item a,
.main-navigation .social-media a {
  color: #c80f23;
}

/* ----banner ------*/
.main-banner {
  background: #0c2a48;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.main-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(80%, rgba(0, 0, 0, 0.1)),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1) 80%,
    transparent 100%
  );
  z-index: 1;
}

.banner-text {
  top: 45%;
  left: 12%;
  -webkit-transform: translate(-12%, -45%) rotate(-10deg);
  transform: translate(-12%, -45%) rotate(-10deg);
  max-width: 530px;
  letter-spacing: 1px;
  font-style: italic;
}

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

.banner-img img {
  width: 100%;
  -o-object-position: 70% 20%;
  object-position: 70% 20%;
}

.banner-text {
  position: absolute;
  z-index: 3;
}
/* cta-2 section */

.about,
.bg-blue,
.main-banner,
.about-section {
  overflow: hidden;
}

.cta-img,
.img-subcontainer {
  padding: 0;
  position: relative;
}

.about .btn-rect {
  margin-top: 1.5rem;
}

.cta-about {
  padding: 4.5rem 5rem;
}

.impassioned .cta-img img {
  max-height: 560px;
}

.cta-img img {
  width: 100%;
}

/* follow section */
.follow .fa-twitter,
.follow .fa-facebook-f {
  color: #1eafe6;
  font-size: 30px;
  margin-right: 0.5rem;
}

.follow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.follow h4 {
  margin-bottom: 1rem;
  text-align: center;
}

.feeds {
  height: 770px;
  margin: 2.5rem 0;
  overflow: hidden;
}

#facebook {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

/*--- ui fixes ----*/

.twitter-timeline .timeline-Widget,
.twitter-timeline .timeline-Widget--edge {
  border-radius: 0 !important;
}

.text-grey {
  color: #697378;
}

/* testimonial section */
.testimonial {
  background: url("assets/images/home_photos/images/cta-bg.png");
  background-size: cover;
}

.testimonial-content {
  padding: 4rem 3.7rem;
  margin: 0 auto;
  position: relative;
}

.testimonial-content h5,
.testimonial-content h6 {
  color: #00609a;
}

.testimonial-content h6 {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px;
}

.testimonial-content:before {
  position: absolute;
  content: url("assets/images/home_photos/images/quote-open.png");
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-content:after {
  position: absolute;
  content: url("assets/images/home_photos/images/quote-close.png");
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* donate section */

.donate {
  margin: 1rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.donate .btn-rect {
  margin: 1rem 2rem 0;
}

.main-footer {
  background: #0c2a48;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-logo-link img {
  width: 150px;
  height: auto;
}

.footer-nav a {
  text-transform: uppercase;
  color: #355f7f;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 1px;
}

.main-footer .social-media a {
  color: #355f7f;
}

.footer-nav a:hover,
.main-footer .social-media a:hover,
.copyright span a:hover {
  color: #1eafe6;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem auto;
}

.footer-menu li {
  display: inline-block;
  margin: 0 1.7rem;
}

.copyright {
  text-align: center;
}

.copyright span,
.copyright span a {
  color: #355f7f;
  display: inline-block;
  margin: 0 0.6rem;
  font-weight: normal;
  font-size: 14px;
}

/* --- About Page---- */
.about-section {
  padding-top: 4.25rem;
}

.about-section h4 {
  margin-bottom: 1.25rem;
  color: #00609a;
  text-align: center;
}

.about-section .cta-img img {
  max-height: 660px;
  height: 100%;
}

.abt-page-content h3 {
  color: #00609a;
  text-align: center;
}
.abt-content {
  margin: 3rem auto 4rem;
}

.img-subcontainer {
  height: 660px;
}
.abt-page-content .img-subcontainer img {
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}
/* ----issues page---- */

.issue-card {
  max-height: 400px;
  position: relative;
  margin: 2rem 0;
  overflow: hidden;
}

.issue-card img {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.issue-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2.5rem;
  height: 60px;
  background: rgba(198, 21, 42, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.issue-desc h4 {
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
}

.issue-link:hover .issue-desc {
  height: 90px;
}

.issue-link:hover .issue-desc h4 {
  font-size: 2.7rem;
}

.pagination {
  width: 100%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .nav-links {
  font-size: 1.2rem;
  font-weight: bold;
}

.page-numbers {
  margin: 0 0.3rem;
  color: #fff;
}

.page-numbers.current {
  font-size: 1.5rem;
}

/* news single page */

.inner-page-img {
  padding: 0 1rem;
}

/* issue single page */

.inner-banner {
  height: 450px;
  position: relative;
}

.inner-banner img {
  height: 450px;
}

.banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 3.5rem;
}
/* news page */

.blog-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-card {
  min-height: 310px;
  background-color: #fff;
  padding: 2rem;
  margin: 3rem 0;
  width: 100%;
}

.blog-card h2 {
  color: #00609a;
}

.blog-card .post-date {
  font-weight: 500;
  text-transform: uppercase;
  color: #21befc;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  min-width: 38px;
  margin-top: 0.35rem;
}

.event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.px-3 .img-subcontainer {
  height: 460px;
}
.blog-card .btn-rect {
  margin-top: 1rem;
}

.single-post img {
  width: 100%;
  max-height: 500px;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0 20px 40px -18px rgba(0, 0, 0, 0.9);
  box-shadow: 0 20px 40px -18px rgba(0, 0, 0, 0.9);
}

/* photos page */

#cboxOverlay {
  background: #00609a;
}

#cboxTitle {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #fff;
}

#cboxLoadedContent {
	background: #fff;
}

/*==== ui fixes =====*/
.event-details p {
  width: calc(100% - 63px);
}

/* -----events single page ---- */
.iee_event_meta .titlemain {
  font-size: 1.3rem;
  color: #00609a;
}

.iee_event_meta .iee_organizermain {
  border: 1px solid #ccc;
  background: #f8f8f8;
  margin: 20px 0 20px;
}

.iee_event_meta .iee_organizermain a {
  color: #1eafe6;
  margin-bottom: 0.5rem;
}

.iee_event_meta .iee_organizermain strong {
  display: block;
}

/* ----- 404 page ----- */

.error-404 h1 {
  color: #c80f23;
  font-size: 7.5rem;
}

.error-404 h6 {
  color: #697378;
  margin: 1.5rem 0 2.5rem;
  font-family: "Open Sans", sans-serif;
}

/* ----form styling----- */

.ngp-form {
  max-width: 100% !important;
}

.at-inner {
  background: transparent !important;
  padding: 0;
}

.HeaderHtml,
.FooterHtml,
.MeterHtml,
header.at-title,
.at fieldset legend,
.multistep-footer,
.at-row.at-row-full.InterestHeaderHtml {
  display: none;
}

.at input[type="text"],
.at input[type="email"],
.at input[type="tel"] {
  display: inline-block !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 1.5rem 1rem !important;
  color: #697378;
  border-color: #697378 !important;
  min-width: 280px;
  border-width: 2px !important;
  height: 60px !important;
}

.bg-blue .at input[type="text"],
.bg-blue .at input[type="email"],
.bg-blue .at input[type="tel"] {
  border-color: #5b7ea1 !important;
}

.at input[type="text"]:focus,
.at input[type="email"]:focus,
.at input[type="tel"]:focus {
  background: #fff !important;
}

.at input[type="submit"] {
  background-color: #1eafe6;
  border-radius: 0;
  padding: 20px 35px;
  margin: 0;
  font-size: 20px !important;
  color: #fff;
  height: 60px;
  font-family: "Univers LT Std 59 UltraCn";
  text-transform: uppercase;
  margin-left: 0.5rem;
  letter-spacing: 2px;
}

.at label.at-text {
  font-size: 18px !important;
  font-weight: 700;
  font-family: "Univers LT Std 59 UltraCn";
  letter-spacing: 1px;
  text-align: left;
}

.at label.at-text u {
  text-decoration: none !important;
}

.bg-blue .at label.at-text {
  color: #fff !important;
  text-align: left;
}

.at-row,
.at-form-submit {
  display: inline-block;
}

.EmailAddress,
.at fieldset:last-of-type {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

#join-team .at .at-fieldset {
  min-width: initial !important;
}

.bg-blue .contributions p {
  color: #fff;
}

.at form,
.at-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#join-team .at form,
#join-team .at-fields {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#join-team .at input[type="email"] {
  min-width: 393px;
  margin-right: 1rem !important;
}

#join-team .at input[type="submit"] {
  margin: 25.15px 0 0;
}

.at input[type="submit"] {
  background-color: #c80f23;
}

.at input[type="submit"]:hover {
  background-color: #db1327;
}

.at input[type="checkbox"] + span {
  font-family: "Open Sans";
  font-weight: 600;
  color: #697378;
  font-size: 1rem;
  padding-left: 1.8rem !important;
}

.issues-form label.at-check {
  min-width: 180px !important;
}

.issues-form {
  margin: 2rem 0;
}

.issues-form .at-row-full {
  width: 50% !important;
}

.at input[type="checkbox"] + span:before {
  border: 2px solid #697378 !important;
  border-radius: 0 !important;
}

.issues-form .at input[type="submit"] {
  background-color: #c80f23;
  margin: 0;
}

.issues-form .at input[type="text"],
.issues-form .at input[type="email"],
.issues-form .at input[type="tel"],
.issues-form .at textarea {
  border-color: #697378 !important;
  min-width: initial;
}

.issues-form .EmailAddress {
  width: 52%;
}

.issues-form .PostalCode {
  width: 30%;
}

.issues-form fieldset {
  padding-left: 0 !important;
}

.iee_event_meta .iee_organizermain a {
  display: inline-block;
  margin-bottom: 0.2rem;
}

/*-- Video and Fancybox --*/

.video {
	width:100%;
	height:100%;
	padding:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0.7;
}

.video video,
.video iframe {
	width:100vw;
	height:56.25vw;
	min-height: 100vh;
	min-width:177.77vh;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.video_play {
	background:none;
	width:115px;
	height:115px;
	border:2px solid #fff;
	border-radius:115px;
	position:absolute;
	top:50%;
	left:65%;
	z-index:100;
	display:block;
	margin:-80px 0 0 0;
	padding:30px 25px 30px 40px;
	transition:all 0.3s ease;
}

.video_play:hover {
	background:#c80f23;
	border:2px solid #c80f23;
}

.fancybox-wrap {
	background:#0c2a48 !important;
	width:100% !important;
	height:100% !important;
	position:fixed !important;
	top:0 !important;
	left:0 !important;
	z-index:2000 !important;
	opacity:0;
}

.fancybox-skin,
.fancybox-outer {
	width:100% !important;
	height:100% !important;
}

.fancybox-inner {
	width:100% !important;
	height:100% !important;
	position:relative !important;
}

.fancybox-inner iframe {
	width:80% !important;
	height:100% !important;
	position:absolute !important;
  	left:50% !important;
  	margin:0 0 0 -40% !important;
}

.fancybox-close {
	background:url("assets/images/home_photos/images/close.svg") center center no-repeat #c80f23;
	background-size:30px 30px;
	width:60px;
	height:60px;
	position:fixed;
	top:0;
	right:0;
	cursor:pointer;
  	z-index:999;
}

.fancybox-close:hover {
	background:url("assets/images/home_photos/images/close.svg") center center no-repeat #db1327;
	background-size:30px 30px;
}


/*-- Flickr --*/

.page-links {
	color:#fff;
	text-align:center;
}

.page-links a {
	color:#fff;
	opacity:0.6;
}

.page-links a:hover {
	opacity:1;
}


/* ==========
 Media Queries
 ============ */
@media (max-width: 1599px) {
  #primary-menu .menu-item {
    padding: 0 40px;
  }
}

@media (max-width: 1459px) {
  #primary-menu .menu-item {
    padding: 0 30px;
  }
  .social-media a {
    margin-left: 0.5rem;
  }
  .donate-btn {
    margin-left: 1.5rem;
    width: 180px;
  }
  .cta-about {
    padding: 4.5rem 4rem;
  }
}

@media (max-width: 1299px) {
    #primary-menu .menu-item {
      padding: 0 15px;
    }
}

@media (max-width: 1199px) {
  .main-navigation .social-media {
    display: none;
  }

  .issues-form .EmailAddress,
  .issues-form .PostalCode {
    width: 100%;
  }

  .at label.at-text {
    margin: 0 0.625rem !important;
  }

  .cta-about {
    padding: 4.5rem 3rem;
  }
  .issues-form .at-row-full {
    width: 50% !important;
  }

  #join-team .at input[type="email"] {
    /* min-width: 325px; */
    /*==ui fixes===*/
    min-width: initial;
    width: 100% !important;
  }

  .issue-link:hover .issue-desc h4 {
    font-size: 2.35rem;
  }

  .blog-card {
    padding: 2rem 1.5rem;
  }

  .img-subcontainer {
    height: 560px;
  }

  input[type="tel"],
  .at input[type="submit"] {
    margin-left: 0 !important;
  }

  .px-3 .img-subcontainer {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .px-3 .img-subcontainer {
    height: 300px;
  }

  .cta-img img {
    position: initial;
  }

  .navbar-toggler {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .donate-btn,
  .navbar-brand {
    margin: 0;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    min-height: 100%;
    z-index: 99999999;
    display: flex !important;
    background: #fff;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .navbar-collapse.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .navbar-collapse .menu-item {
    margin: 0.6rem auto;
  }

  .navbar-collapse .menu-item a {
    color: #c80f23;
    font-size: 2.5rem;
  }

  .navbar-collapse.show .close-menu {
    display: block;
    z-index: 999999999999999;
    position: fixed;
    font-size: 2.5rem;
    color: #c80f23;
    background-color: transparent;
    border: 0;
    /*==ui fixes===*/
    top: 20px;
    right: 5px;
  }

  .footer-logo-link img {
    width: 135px;
  }

  .footer-menu li {
    margin: 0 0.5rem;
  }

  .main-footer .social-media {
    margin-right: 0;
  }

  .main-footer .social-media a {
    margin-left: 0.7rem;
  }

  .issue-desc h6 {
    font-size: 17px;
  }

  .issue-desc {
    padding: 0 1.5rem;
  }

  .issue-desc h4 {
    font-size: 1.7rem;
  }

  .issue-link:hover .issue-desc h4 {
    font-size: 2rem;
  }

  .cta-about {
    padding: 4.5rem 2.5rem;
  }

  .at label.at-text {
    margin: 0 !important;
  }
  .img-subcontainer {
    height: 400px;
  }

  .banner-content {
    padding: 0 1rem;
  }

  .PostalCode,
  .EmailAddress {
    width: 100%;
  }

  #join-team .at form,
  #join-team .at-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-nav {
    width: 100%;
    margin: 1.5rem 0 1rem !important;
    text-align: center;
  }
  .main-footer .social-media {
    width: 100%;
    text-align: center;
  }
  /*==ui fixes===*/
  #primary-menu .menu-item.btn-rect.mobile-btn {
    padding: 8px 30px 4px !important;
    min-width: initial;
  }

  #primary-menu .menu-item.btn-rect.mobile-btn a {
    color: #fff !important;
  }

  #join-team .at label.at-text {
    margin: 10px 0 !important;
  }

  .issues-form .at-form-submit {
    padding: 0.625rem 0;
  }
  #join-team .at input[type="submit"] {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .banner-text {
    top: 30%;
    left: 53%;
    -webkit-transform: translate(-50%, -45%) rotate(-10deg);
    transform: translate(-50%, -45%) rotate(-10deg);
  }

  .banner-text h1 {
    font-size: 4.5rem;
  }
  
  .video_play {
  	top:50%;
  	left:50%;
  	margin:70px 0 0 -58px;
  }

  .social-media a {
    font-size: 1.4rem;
  }

  .about-section .cta-img img {
    max-height: 500px;
    -o-object-position: top;
    object-position: top;
  }

  .iee_event_meta .organizer {
    margin-top: 2rem;
  }

  .issue-desc h6 {
    font-size: 1.1rem;
  }

  .inner-page-img {
    padding: 0 0.5rem;
  }

  .inner-banner .bg-blue {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 96, 154, 0.6);
  }

  .img-subcontainer {
    height: initial;
  }

  .blog-card {
    min-height: 280px;
    margin: 1.5rem 0;
  }
  .px-3 .img-subcontainer {
    height: 250px;
  }
}

@media (max-width: 575px) {
  html,
  body {
    font-size: 14px;
  }

  .cta-about {
    padding: 4.5rem 2rem;
  }
  .main-banner {
    height: 600px;
  }

  .donate-btn {
    display: none;
  }

  .mobile-btn {
    display: inline-block;
    padding: 4px 25px !important;
  }

  .mobile-btn a {
    color: #fff !important;
  }

  .navbar-brand {
    margin: 0 auto;
  }

  .iee_event_meta .iee_organizermain {
    padding: 40px 25px;
  }

  .banner-text {
    top: 45%;
    -webkit-transform: translate(-50%, -75%) rotate(-5deg);
    transform: translate(-50%, -75%) rotate(-5deg);
    letter-spacing: 1px;
  }

  .banner-text h1 {
    font-size: 3.2rem;
  }

  .text-right {
    text-align: center !important;
    margin-top: 1rem;
  }

  .px-3 .img-subcontainer {
    height: 220px;
  }

  .blog-card .btn-rect {
    height: 45px;
    font-size: 16px;
    padding: 11px 42px;
    min-width: 100px;
  }

  #join-team .at input {
    margin: 0 !important;
    min-width: initial !important;
  }

  #join-team .at label.at-text {
    min-width: initial !important;
  }
  /*=== ui-fixes====*/
  .at input[type="checkbox"] + span:after {
    left: 1px !important;
  }
}

@media (max-width: 499px) {
  .issues-form .at-row-full {
    width: 100% !important;
  }

  .donate .btn-rect {
    min-width: 141px;
    margin: 1rem 1rem 0;
  }

  .px-3 .img-subcontainer {
    height: 180px;
  }
}

@media (max-width: 350px) {
  .brand-img img {
    max-height: 88px;
  }

  .main-banner {
    height: 568px;
  }
}
