/******
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
********/

html,
body {
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #999;
  font-size: 16px;
}
#wrap {
  display: inline;
}
/* Wrapper for page content to push down footer */
#wrap.other-page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  /* ----- Margin for Two Column Sticky Footer -----*/
  margin: 0 auto -464px;
  display: block;
}

/* Set the fixed height of the footer here */
#push.other-page/*, #footer*/ {
  /* ----- Height for Two Column Sticky Footer -----*/
  height: 464px;
}
h1 {
  color: #e87d1b;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  font-weight: 700;
  font-size: 36px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
h2,
h3 {
  color: #e87d1b;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

#page-top {
  position: relative;
  height: 300px;
  margin-top: 114px;
}
#page-top.other-page {
  height: auto;
  margin-top: 0;
}
#page-top.other-page #homepage_slideshow {
  display: none;
}

/* ----- IF One Column Header -----*/
header {
}
header::before {
  content: "";
  background: #e2ae83;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 1px;
  width: 90%;
}
header::after {
  content: "";
  background: #e2ae83;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: 1px;
  width: 90%;
}
header.home-header::after {
  display: none;
}
header.home-header {
  position: relative;
  top: -114px;
  /*background: transparent;*/
}
.navbar-header {
  text-align: center;
}
.navbar-brand {
  background: #fff;
  color: #5ea3ae;
  height: 100%;
  font-size: 21px;
  float: none;
  display: block;
  line-height: normal;
  padding: 15px 15px;
}
.navbar-brand span,
.logo-wrap span {
  display: block;
  text-indent: -9999em;
  font-size: 0em;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: #5ea3ae;
}
.navbar-brand > img {
  margin: 0 auto;
  height: 84px;
  vertical-align: middle;
}
nav #main-menu .logo-wrap {
  position: relative;
  float: left;
  margin-left: 2%;
}
nav #main-menu .logo-wrap img {
  border: none;
  margin-top: -10px;
  height: 75px;
  transition: all ease-in-out 0.2s;
}
nav.home-nav #main-menu .logo-wrap img {
  border: none;
  margin-top: -20px;
  height: 80px;
  transition: all ease-in-out 0.2s;
}
@media (min-width: 470px) {
  #page-top {
    margin-top: 140px;
    height: 310px;
  }
  header.home-header {
    top: -140px;
  }
  .navbar-brand > img {
    margin: 0 auto;
    height: 110px;
  }
}
@media (min-width: 640px) {
  #page-top {
    margin-top: 150px;
  }
  header.home-header {
    top: -150px;
  }
  .navbar-brand > img {
    height: 120px;
  }
}
@media (min-width: 768px) {
  #page-top {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  #page-top {
    height: 100%;
    margin-top: 0;
    top: 0;
  }
  #page-top.other-page {
    top: 0;
  }
  header {
    display: none;
  }
}
@media (min-width: 1280px) {
  nav.home-nav #main-menu .logo-wrap img {
    height: 95px;
  }
}
/* ----- One Column Header END -----*/

#side_buttons {
  position: relative;
  /*z-index: 500;*/
  display: none;
}
#side_buttons .translate-btn {
  position: absolute;
  padding: 11px 12px;
  background: #d17d3a;
  color: #fff;
  font-size: 28px;
  right: 0;
  cursor: pointer;
}
#side_buttons .search-btn {
  position: absolute;
  right: 0;
  top: 60px;
  padding: 11px 12px;
  background: #335779;
  color: #fff;
  font-size: 27px;
  cursor: pointer;
}
.home-welcome {
}

section#main-text {
  background-color: #fff;
  line-height: 1.6;
  padding-bottom: 50px;
}
section#main-text table a {
  word-break: break-all;
}
section#main-text.home-text {
  padding-bottom: 20px;
  color: #fff;
  overflow: hidden;
}
section#main-text.home-text .container-wrap {
  background: url("img/main-text-bg.jpg") 0 0 / cover no-repeat;
  position: relative;
}
section#main-text.home-text h1 {
  margin-top: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.4;
}
section#main-text.home-text h1 span {
  display: table;
  color: #e87d1b;
  text-transform: none;
  font-size: 20px;
}
section#main-text a {
  color: #a25710;
}
section#main-text.home-text #content h1 {
  display: none;
}
#main-text.home-text .main-text-block {
  margin-bottom: 20px;
}

/* ----- Quick Links -----*/

section#quick-links {
}
#quick-links h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}
#quick-links h1 span {
  display: table;
  text-transform: none;
  margin: 0 auto;
  font-size: 22px;
}
.quick-links-column {
  margin-bottom: 35px;
  color: #154d6e;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}
.quick-links-column.letters-column {
  color: #e87d1b;
}
.quick-links-column img {
  margin-bottom: 15px;
  height: 130px;
}

/* ----- Quick Links END -----*/

/* ----- Additional -----*/

section#additional {
  position: relative;
}
.additional-col {
  margin-bottom: 40px;
}
.cover {
  background: rgba(51, 87, 121, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
.inner-additional {
  height: 450px;
  position: relative;
}
.inner-additional:hover .cover {
  background: rgba(51, 87, 121, 0);
}
.twit-col .inner-additional:hover .cover {
  background: rgba(51, 87, 121, 0.8);
}
.inner-additional .additional-twit-head {
  margin: 0;
  font-size: 24px;
  padding: 15px;
  position: absolute;
  bottom: -20px;
  color: #fff;
  background: #d17d3a;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  width: 85%;
  /*height: 100px;*/
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  border-bottom: 3px solid rgba(51, 87, 121, 1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.additional-head span {
  text-transform: lowercase;
}
.additional-twit-head:hover {
  background: #335779;
  /*top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
  border-bottom: 3px solid rgba(209, 125, 58, 1);
}
.inner-additional .additional-twit-head .x-wrap {
  display: block;
  padding-top: 3px;
}
.inner-additional .additional-twit-head img {
  height: 25px;
}
.additional-col .content {
  background: rgba(209, 125, 58, 1);
  color: #fff;
  bottom: -20px;
  height: 85px;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  overflow: hidden;
  position: absolute;
  transition: all 0.5s ease;
  width: 90%;
  border-bottom: 3px solid #335779;
}
/*.additional-col.calendar-event .content {
	background: rgba(48, 82, 133, 0.9);
}*/
.additional-col:hover .content {
  background: rgba(51, 87, 121, 0.9);
  border-bottom: 3px solid #d17d3a;
}
.additional-col h2 {
  text-transform: uppercase;
  height: 85px;
  margin: 0 auto;
  color: #fff;
  padding: 15px 0;
  line-height: 1.2;
}
.additional-col .rollover {
  /*border-top: 1px solid #fff;*/
  font-size: 1em;
  line-height: 1.4em;
  padding: 15px 20px;
  opacity: 0;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
.additional-col .rollover::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 2px;
  width: 90%;
}
.additional-col .rollover p {
  margin: 0;
  max-height: 156px;
  min-height: 156px;
  /*font-family: 'Montserrat', Arial, Helvetica, sans-serif;*/
}
.additional-col:hover .content {
  /*background: rgba(93,67,27,.7);*/
  height: 405px;
}
.additional-col:hover .rollover {
  opacity: 1;
}
.additional-col .more-button {
  display: table;
  margin: 0 auto;
  padding-bottom: 5px;
  color: #fff;
  margin-top: 90px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}
.additional-col .more-button::after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  height: 1px;
  width: 90%;
}
.training-col .inner-additional {
  background: url("img/training-bg.jpg") center no-repeat;
  background-size: cover;
}
.showcase-col .inner-additional {
  background: url("img/showcase-bg.jpg") center no-repeat;
  background-size: cover;
}
.twit-col .inner-additional {
  background: url("img/twit-bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 30px;
}
.twit-col {
  margin-bottom: 50px;
}

.inner-twitter-tweet {
  /*background: #fff;*/
  /*border: 1px solid #467140;*/
}
.tweet-inner-col {
  height: 290px;
  overflow: hidden;
  padding: 0;
  position: relative;
  /*border: 2px solid #f3c943;*/
}
.tweet-holder {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 280px;
}
.tweet-holder::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  top: -40px;
  font-size: 35px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  color: #fff;
}
/*#the::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f879";
	top: 110px;
}*/

.tweet-holder a {
  color: #fff;
}
.tweet-holder a:hover,
.tweet-holder a:focus {
  text-decoration: none !important;
}

.tweet-inner-col .time {
  padding: 15px 10px 10px;
  line-height: 1.5em;
  font-size: 16px;
  /*color: #039;*/
  overflow: hidden;
}
.tweet-inner-col .time span.time-title {
  font-weight: 700;
}
.tweet-inner-col .time span.time-date {
  display: table;
  margin: 0 auto;
}
.tweet-inner-col .tweet {
  padding: 5px 10px 30px;
  position: relative;
  line-height: 1.5em;
  font-size: 16px;
  /*color: #000;*/
  max-height: 76px;
  min-height: 76px;
  overflow: hidden;
}

/* ----- Additional END -----*/

/*-- Contact Map Section --*/

.map-wrap {
  margin-bottom: -6px;
  padding-right: 0;
  padding-left: 0;
}
.map-wrap a.circle-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 86, 121, 0.6);
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  display: none;
}
.map-wrap a.circle-link:hover {
  background-color: rgba(49, 86, 121, 0.8);
}
.center-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/*-- Contact Map END --*/

section#contact {
  background-color: #315679;
  color: #fff;
  font-weight: 700;
  position: relative;
}
#contact h1 {
  color: #fff;
  text-transform: uppercase;
}
#contact h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
#contact a {
  color: #fff;
  cursor: pointer;
}
.contact-address,
.contact-resources {
  font-size: 18px;
}
.contact-address {
  font-weight: 300;
}
.contact-info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.contact-info .contact-phone {
  font-size: 22px;
}
.contact-info span.contact-name {
  display: table;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}
.contact-mail {
  font-size: 15px;
  margin-bottom: 20px;
}
.contact-info .contact-twitt {
  font-size: 22px;
  position: relative;
}
.contact-info .contact-twitt .twitt-wrap {
  display: block;
  margin-bottom: -5px;
}
.contact-info .contact-twitt .colon-wrap {
  position: absolute;
  font-size: 16px;
}
.contact-info .contact-twitt img {
  height: 20px;
}
#contact .contact-resources h2 {
  margin-bottom: 10px;
}
.contact-resources ul {
  margin-top: 0;
  padding-left: 30px;
  list-style: none;
}
.contact-resources li {
  padding: 8px 10px;
  position: relative;
  font-weight: 400;
}
.contact-resources li a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 22px;
  position: absolute;
  top: 6px;
  left: -20px;
  color: #d17d3a;
  font-weight: 300;
  -webkit-transition: font-weight 0.3s ease-in-out;
  -moz-transition: font-weight 0.3s ease-in-out;
  transition: font-weight 0.3s ease-in-out;
}
.contact-resources li a:hover::before {
  font-weight: 700;
}

/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar a {
  display: block;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}
#mobile_black_bar .staff_login,
#mobile_black_bar .blogs {
  background: #000;
}
#mobile_black_bar .parent_login {
  background: #666;
}

/* ----- Footer Styles -----*/

footer {
  padding: 20px;
  background-color: #315679;
  color: #fff;
  text-align: center;
  position: relative;
}
footer:before {
  content: "";
  background: #d17d3a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 1px;
  width: 90%;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
  margin-top: 16px;
}
.footer-right a {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-right a:hover {
  color: #d17d3a;
}
.footer-right a {
  padding-right: 10px;
}
.footer-right small a:nth-last-child(3) {
  padding-right: 0;
}
.footer-right .mobile-link {
  display: none;
}
.footer-right span.ofset {
  text-indent: -9999em;
  font-size: 0em;
}
.footer-right span.padlock {
  position: relative;
}
.footer-right span.padlock::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f023";
  font-size: 22px;
  position: absolute;
  top: -9px;
  left: 10px;
  font-weight: 700;
}

/* ----- Common Styles -----*/

.top-buffer {
  padding-top: 40px;
}
.bottom-buffer {
  padding-bottom: 20px;
}

/* ----- Responsive Styles -----*/

@media (min-width: 470px) {
  section#main-text.home-text h1 {
    font-size: 36px;
  }
  section#main-text.home-text h1 span {
    font-size: 26px;
  }
}
@media (min-width: 470px) and (max-width: 1023px) {
  .inner-additional {
    width: 440px;
    margin: 0 auto;
  }
  .additional-col .rollover {
    padding: 15px 40px;
  }
}
@media (min-width: 640px) {
  section#main-text.home-text #content h1.home-header {
    font-size: 36px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #quick-links .btn {
    width: 546px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  section#main-text.home-text h1 {
    font-size: 46px;
  }
  section#main-text.home-text h1 span {
    font-size: 32px;
  }
  /*.home-welcome {
		position: relative;
		overflow: hidden;
	}*/
}
@media (min-width: 768px) and (max-width: 1023px) {
  .quick-links-column {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .quick-links-column img {
    height: 110px;
  }
  #contact .contact-outer {
    margin-left: 50px;
  }
  #contact h1 {
    font-size: 41px;
    margin-bottom: 20px;
  }
  #contact h2 {
    font-size: 27px;
  }
  .contact-address,
  .contact-mail,
  .contact-resources {
    font-size: 21px;
  }
  .contact-info .contact-phone {
    font-size: 27px;
  }
  .contact-info span.contact-name {
    font-size: 21px;
  }
  .contact-info .contact-twitt .colon-wrap {
    font-size: 21px;
    top: -2px;
  }
  .contact-info .contact-twitt img {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  #side_buttons {
    display: block;
  }
  /*.md\:col-push-6 {
		left: 100%;
		position: relative;
		padding-left: 15px;
	}
	.md\:col-pull-6 {
		right: 100%;
		position: relative;
		padding-right: 15px;
	}*/
  section#main-text.home-text {
    padding-top: 60px;
  }
  #main-text.home-text .container {
    position: relative;
  }
  #main-text.home-text .container:before {
    content: "";
    background: url("img/main-text-left.jpg") 0 0/300px no-repeat;
    position: absolute;
    top: 40px;
    left: -205px;
    height: 300px;
    width: 300px;
  }
  #main-text.home-text .main-text-block {
    padding: 0 15px;
    margin: 0 10% 50px 12%;
    position: relative;
  }
  section#main-text.home-text .container-wrap {
    margin-left: 20%;
  }
  section#main-text.home-text h1 {
    margin-top: 60px;
  }
  section#main-text.home-text .logo-block {
    display: none;
  }
  #quick-links h1 span {
    font-size: 26px;
  }
  .twit-col {
    margin-bottom: 70px;
  }
  section#contact-map.other-page .map-wrap {
    display: none;
  }
  .map-wrap {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    background: url("img/medium-map.jpg") center 0 no-repeat;
    height: 300px;
    position: relative;
  }
  .map-wrap a.circle-link {
    display: block;
  }
  .center-text {
    display: block;
  }
  .map-wrap iframe {
    display: none;
  }
  #contact h1 {
    font-size: 36px;
  }
  #contact h2 {
    font-size: 24px;
  }
  #contact .contact-resources h2 {
    margin-bottom: 5px;
  }
  .contact-info .contact-phone {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact-info span.contact-name {
    font-size: 18px;
  }
  .contact-details,
  .contact-info,
  .contact-resources {
    padding: 0 15px;
  }
  .contact-info {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }
  .contact-info::before {
    content: "";
    background: #d17d3a;
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 1px;
  }
  /* .contact-info::after {
    content: "";
    background: #d17d3a;
    position: absolute;
    top: 0;
    right: 0;
    height: 90%;
    width: 1px;
  } */
  .contact-mail {
    font-size: 16px;
  }
  .contact-mail p {
    display: inline-block;
    text-align: left;
  }
  .contact-resources {
    position: relative;
  }
  .contact-resources li {
    padding: 5px 10px;
  }
  .contact-info .contact-twitt .colon-wrap {
    font-size: 18px;
    top: -2px;
  }
  .contact-info .contact-twitt img {
    height: 25px;
  }
  .footer-right {
    margin-top: 0;
  }
  .footer-right .mobile-link {
    display: inline-block;
  }
  .footer-right small a:nth-last-child(3) {
    padding-right: 10px;
  }
  .footer-right small a:nth-last-child(1) {
    padding-right: 0;
  }
  section#bottom_login {
    display: none;
  }
  section#mobile_black_bar {
    display: none;
  }
  /* ----- Wrap and Push for Two Column Sticky Footer -----*/
  #wrap.other-page {
    margin: 0 auto -312px;
  }
  #push.other-page {
    height: 312px;
  }
}
@media (min-width: 1280px) {
  section#main-text {
    font-size: 18px;
    line-height: 1.8;
  }
  section#main-text.home-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #main-text.home-text .container::before {
    background: url("img/main-text-left.jpg") 0 0/350px no-repeat;
    top: 60px;
    left: -256px;
    height: 350px;
    width: 350px;
  }
  #main-text.home-text .main-text-block {
    margin: 0 10% 50px 15%;
  }
  section#main-text.home-text h1 {
    margin-top: 80px;
  }
  /*.inner-education {
		height: 360px;
	}
	.inner-education::before {
		width: 350px;
		height: 350px;
	}
	.inner-education .lower-text {
		font-size: 36px;
		bottom: 35px;
		width: 380px;x
		height: 145px;
		border-top: 4px solid #d17d3a;
	}*/
  /*#quick-links .btn {
		font-size: 28px;
	}*/
  .contact-foot-wrap {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d17d3a+0,d17d3a+18,d17d3a+18,315679+18,315679+82,d17d3a+82,d17d3a+100 */
    background: rgb(209, 125, 58); /* Old browsers */
    background: -moz-linear-gradient(
      left,
      rgba(209, 125, 58, 1) 0%,
      rgba(209, 125, 58, 1) 18%,
      rgba(209, 125, 58, 1) 18%,
      rgba(49, 86, 121, 1) 18%,
      rgba(49, 86, 121, 1) 82%,
      rgba(209, 125, 58, 1) 82%,
      rgba(209, 125, 58, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(209, 125, 58, 1) 0%,
      rgba(209, 125, 58, 1) 18%,
      rgba(209, 125, 58, 1) 18%,
      rgba(49, 86, 121, 1) 18%,
      rgba(49, 86, 121, 1) 82%,
      rgba(209, 125, 58, 1) 82%,
      rgba(209, 125, 58, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(209, 125, 58, 1) 0%,
      rgba(209, 125, 58, 1) 18%,
      rgba(209, 125, 58, 1) 18%,
      rgba(49, 86, 121, 1) 18%,
      rgba(49, 86, 121, 1) 82%,
      rgba(209, 125, 58, 1) 82%,
      rgba(209, 125, 58, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17d3a', endColorstr='#d17d3a',GradientType=1 ); /* IE6-9 */
    padding-left: 7%;
    padding-right: 7%;
    position: relative;
  }
  .contact-foot-wrap::before,
  .contact-foot-wrap::after {
    font-family: "Font Awesome 5 Pro";
    font-size: 50px;
    position: absolute;
    margin-left: calc(-53.3%);
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .contact-foot-wrap::before {
    content: "\f015";
    top: 110px;
  }
  .contact-foot-wrap::after {
    content: "\f0e0";
    top: 200px;
  }
  #contact::before,
  #contact::after {
    font-size: 50px;
    position: absolute;
    margin-left: calc(102%);
    font-weight: 700;
    color: #fff;
  }
  #contact::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f879";
    top: 110px;
  }
  /* #contact::after {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    top: 200px;
  } */
  #contact h1 {
    font-size: 38px;
  }
  #contact h2 {
    font-size: 26px;
  }
  .contact-address,
  .contact-resources {
    font-size: 21px;
  }
  .contact-info .contact-phone {
    font-size: 26px;
  }
  .contact-mail {
    font-size: 17px;
  }
  .contact-info span.contact-name {
    font-size: 20px;
  }
  .contact-info .contact-twitt .colon-wrap {
    font-size: 20px;
    top: -4px;
  }

  /* ----- Wrap and Push for Two Column Sticky Footer -----*/
  #wrap.other-page {
    margin: 0 auto -346px;
  }
  #push.other-page {
    height: 346px;
  }
}
@media (min-width: 1500px) {
  section#main-text {
  }
  section#main-text.home-text {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #main-text.home-text .container::before {
    background: url("img/main-text-left.jpg") 0 0/400px no-repeat;
    top: 70px;
    left: -300px;
    height: 400px;
    width: 400px;
  }
  section#main-text.home-text h1 {
    margin-top: 100px;
    font-size: 52px;
  }
  section#main-text.home-text h1 span {
    font-size: 38px;
  }
  .twit-col {
    margin-bottom: 90px;
  }
  #contact::before,
  #contact::after {
    margin-left: calc(102.2%);
  }
  .contact-mail {
    font-size: 20px;
  }
}
@media (min-width: 1700px) {
  section#main-text.home-text .container-wrap {
    margin-left: 24%;
  }
  #contact::before,
  #contact::after {
    margin-left: calc(102.4%);
  }
}
@media (min-width: 1800px) {
  section#main-text.home-text {
  }
}
@media (min-width: 2000px) {
  #main-text.home-text .container::before {
    left: -350px;
  }
}
@media (min-width: 2100px) {
  #contact::before,
  #contact::after {
    margin-left: calc(102.7%);
  }
}
@media (min-width: 2300px) {
  #main-text.home-text .container::before {
    left: -420px;
  }
}
