/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* Transition Setup*/
/* line 10, sass/sass/_transitions.scss */
.no-touch .fader, .no-touch .fader-delay, .no-touch .fader-title, .no-touch .fader-text {
  opacity: 0;
  visibility: hidden;
}

i

/* part of the home page slider changes - need to update sass */

#feature-slider {
  padding-top: 44px;
}

.home #feature-slider {
  padding-top: 0px;
  vertical-align: bottom;
}

.feature-home-slider {
/*
  padding-top: 5px;
  height: 10%;
  width: 100%;
*/
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.no-touch #feature-slider {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
}

/* SA carousel */
#slider_1518 .owl-pagination .owl-page span {
background-color:#ff0000 !important;
}
#slider_1518 .owl-pagination .active span {
background-color:#0000ff !important;
}
/* arrows

#slider_1518 .owl-nav .owl-prev {
    background: none !important;
}
#slider_1518 .owl-nav .owl-next {
    background: none !important;
}

#slider_1518 .owl-nav .owl-prev:after {
    color: #747474 !important;
    content: "\f053";
    font-family: fontawesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#slider_1518 .owl-nav .owl-prev:hover:after {
    color: #ccc5bf !important;
}
#slider_1518 .owl-nav .owl-next:after {
    color: #747474 !important;
    content: "\f054";
    font-family: fontawesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
#slider_1518 .owl-nav .owl-next:hover:after {
    color: #ccc5bf !important;
}
*/

/* END part of the home page slider changes - need to update sass */








/* Main */
/* line 13, sass/sass/_transitions.scss */
.no-touch .faded {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}

/* line 19, sass/sass/_transitions.scss */
.no-touch .faded-delay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.75s 0.5s ease-in-out;
  -moz-transition: opacity 0.75s 0.5s ease-in-out;
  transition: opacity 0.75s 0.5s ease-in-out;
}

/* line 25, sass/sass/_transitions.scss */
.no-touch .fadeout {
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.75s ease-in-out;
  -moz-transition: opacity 0.75s ease-in-out;
  transition: opacity 0.75s ease-in-out;
}

/* Titles */
/* line 32, sass/sass/_transitions.scss */
.no-touch .fader-title {
  transform: translate3d(0px, 25px, 0px);
}

/* line 33, sass/sass/_transitions.scss */
.no-touch .faded-title {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.75s 0.5s ease-in-out, transform 0.75s 0.5s ease-out;
  -moz-transition: opacity 0.75s 0.5s ease-in-out, transform 0.75s 0.5s ease-out;
  transition: opacity 0.75s 0.5s ease-in-out, transform 0.75s 0.5s ease-out;
}

/* Text */
/* line 40, sass/sass/_transitions.scss */
.no-touch .fader-text {
  opacity: 0;
  transform: translate3d(0px, 72px, 0px);
  -webkit-transform: translate3d(0px, 72px, 0px);
}

/* line 41, sass/sass/_transitions.scss */
.no-touch .faded-text {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-out;
  -moz-transition: opacity 0.5s 0s ease-in-out, transform 0.5s 0s ease-out;
  transition: opacity 0.5s 0s ease-in-out, transform 0.5s 0s ease-out;
}

/* line 48, sass/sass/_transitions.scss */
.no-touch .fader-title {
  opacity: 0;
  transform: scale(0.93);
  -webkit-transform: scale(0.93);
}

/* line 49, sass/sass/_transitions.scss */
.no-touch .faded-title {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: opacity 1.5s 0s ease-in-out, -webkit-transform 1.5s 0s ease-in-out;
  -moz-transition: opacity 1.5s 0s ease-in-out, transform 1.5s 0s ease-in-out;
  transition: opacity 1.5s 0s ease-in-out, transform 1.5s 0s ease-in-out;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/* line 22, sass/sass/new.scss */
html, body {
  background-color: #161616;
}

/* line 24, sass/sass/new.scss */
a {
  color: #222;
  text-decoration: none;
}

/* line 25, sass/sass/new.scss */
a:focus {
  outline: thin dotted;
}

/* line 27, sass/sass/new.scss */
a:hover,
a:active {
  color: #000;
  outline: 0;
}

/* line 36, sass/sass/new.scss */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* Fixes linked images */
/* line 46, sass/sass/new.scss */
.entry-content a img, .widget a img {
  -webkit-box-shadow: 0 0 0 8px #fff;
  box-shadow: 0 0 0 8px #fff;
}

/* line 48, sass/sass/new.scss */
.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #222;
}

/* btn styles 
   "!important" is to insure theme styles override any plugin styles
*/
/* line 53, sass/sass/new.scss */
.btn {
  background: transparent !important;
  border: 1px solid !important;
  border-radius: 4px !important;
  display: inline-block !important;
  padding: 3px 16px !important;
  transition: .15s !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  position: relative !important;
  z-index: 9999 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  -webkit-font-smoothing: auto;
}

/* line 54, sass/sass/new.scss */
.btn.gold-outline {
  border-color: #cc9900 !important;
  letter-spacing: .15em !important;
}

/* line 55, sass/sass/new.scss */
.btn.gold-outline:hover {
  background: #cc9900 !important;
  color: #fff !important;
}

/* line 56, sass/sass/new.scss */
.btn.white-text {
  color: #fff !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 62, sass/sass/new.scss */
header#header {
  background: #161616;
  color: #fff;
  padding: 10px;
  height: 44px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
/* line 63, sass/sass/new.scss */
header#header .col-12-12 {
  width: 100%;
  margin: 0;
}
/* line 64, sass/sass/new.scss */
header#header .header-contents {
  position: relative;
  margin: 0 auto;
}
/* line 65, sass/sass/new.scss */
header#header .grid [class*='col-'] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 68, sass/sass/new.scss */
#menu,
#search {
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

/* line 69, sass/sass/new.scss */
#logo {
  width: 60px;
  position: absolute;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* line 70, sass/sass/new.scss */
.home #logo {
  display: none;
}

/* line 71, sass/sass/new.scss */
#search {
  text-align: right;
  float: right;
}

/* line 72, sass/sass/new.scss */
#menu img {
  height: 10px;
}

/* line 73, sass/sass/new.scss */
#search img {
  height: 11px;
}

/* line 75, sass/sass/new.scss */
.hamburger-title,
.search-title,
.contact-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  margin-left: 5px;
  text-transform: uppercase;
  vertical-align: text-bottom;
}

/* line 76, sass/sass/new.scss */
.search-title, .contact-title {
  margin-left: 2px;
}

/* line 78, sass/sass/new.scss */
.header-contents, #menu img, #search img, .hamburger-title, .search-title, .contact-title {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.contact-title {
  color: #fff;
}

#contact { text-transform: uppercase; display: inline-block; cursor: pointer; text-align: right; float: right; }


/*--------------------------------------------------------------
# Flyout
--------------------------------------------------------------*/
/* line 91, sass/sass/new.scss */
.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 9999999;
}
/* line 92, sass/sass/new.scss */
.fixed-header #logo {
  display: block;
}
/* line 93, sass/sass/new.scss */
.fixed-header .nav-logo {
  width: 60px;
  display: block;
}

/* line 96, sass/sass/new.scss */
.home .fixed-header #logo {
  display: none;
}

/* line 98, sass/sass/new.scss */
.remove-header {
  position: fixed;
  width: 100%;
  z-index: 9999999;
}

/* line 100, sass/sass/new.scss */
.flyout {
  background: rgba(0, 0, 0, 0.95);
  height: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  padding: 0 40px 40px;
  overflow: hidden;
  transition: height .75s ease;
}
/* line 101, sass/sass/new.scss */
.flyout h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 36px;
  margin-bottom: 0;
}
/* line 102, sass/sass/new.scss */
.flyout ul {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1 !important;
  column-fill: balance;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
/*  margin: 0 0 16px; */
}
/* line 103, sass/sass/new.scss */
.flyout ul li {
  transition: .15s;
/*  margin-bottom: 21px; */
  list-style: none;
}
/* line 104, sass/sass/new.scss */
.flyout ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}
/* line 105, sass/sass/new.scss */
.flyout ul li a:hover {
  color: #ec2e5b;
}
/* line 106, sass/sass/new.scss */
.flyout ul li.current-menu-item a, .flyout .flyout ul li.current-menu-item a:hover {
  color: #ec2e5b;
}
/* line 108, sass/sass/new.scss */
.flyout .app-download-link {
  width: 90px;
  margin-bottom: 41px;
  margin-top: 16px;
}
/* line 109, sass/sass/new.scss */
.flyout .app-download-link img {
  height: 30px;
}
/* line 110, sass/sass/new.scss */
.flyout .menu-email {
  margin: 44px 0 0 0 !important;
  max-width: 388px;
}
/* line 111, sass/sass/new.scss */
.flyout .menu-email input {
  height: 40px !important;
}
/* line 112, sass/sass/new.scss */
.flyout .app-download-link-container {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  max-width: 500px;
}

/* line 115, sass/sass/new.scss */
.flyout.open {
  height: 100%;
  overflow-y: scroll;
}

/* line 117, sass/sass/new.scss */
.menu-flyout {
  margin-top: 80px;
  max-width: 1032px;
}

/* line 118, sass/sass/new.scss */
.menu-flyout [class*="col-"] {
  float: none;
  padding-right: 0;
}

/* line 119, sass/sass/new.scss */
.menu-flyout [class*="col-"] > div {
  width: 100%;
}

/* line 120, sass/sass/new.scss */
.menu-main-container {
  max-width: 570px;
  width: 100%;
}

/* line 122, sass/sass/new.scss */
.search-form {
  background: #252525;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 999999;
  transition: padding-top .375s ease;
}
/* line 123, sass/sass/new.scss */
.search-form form {
  height: 44px;
  width: auto;
  margin: 0 auto;
}
/* line 124, sass/sass/new.scss */
.search-form input {
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  height: 15px;
  letter-spacing: 0.06em;
  padding: 0 7px;
  text-transform: uppercase;
  width: auto;
}
/* line 125, sass/sass/new.scss */
.search-form input, .search-form .search-form button {
  display: inline-block;
  vertical-align: middle;
}
/* line 126, sass/sass/new.scss */
.search-form ::-webkit-input-placeholder {
  opacity: 1;
  color: white;
  transition: color .25s;
}
/* line 129, sass/sass/new.scss */
.search-form :-moz-placeholder {
  opacity: 1;
  color: white;
  transition: color .25s;
}
/* line 132, sass/sass/new.scss */
.search-form ::-moz-placeholder {
  opacity: 1;
  color: white;
  transition: color .25s;
}
/* line 135, sass/sass/new.scss */
.search-form :-ms-input-placeholder {
  opacity: 1;
  color: white;
  transition: color .25s;
}
/* line 139, sass/sass/new.scss */
.search-form input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 140, sass/sass/new.scss */
.search-form input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 141, sass/sass/new.scss */
.search-form input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 142, sass/sass/new.scss */
.search-form input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* line 145, sass/sass/new.scss */
.search-form.open {
  padding-top: 45px;
}

/* line 147, sass/sass/new.scss */
#searchform button {
  position: relative;
  top: 9px;
  margin: 0 35px 0 25px;
}

/* line 148, sass/sass/new.scss */
#searchform button, #searchform button:hover {
  background: transparent;
  padding: 0;
}

/* line 149, sass/sass/new.scss */
#searchform button img {
  background: transparent;
  height: 24px;
  width: auto;
}

/* line 151, sass/sass/new.scss */
.search-flyout {
  padding-top: 96px;
}
/* line 152, sass/sass/new.scss */
.search-flyout h2 {
  color: #fff !important;
  font-size: 1.8em !important;
  letter-spacing: 2px;
  margin: 4px 0 0;
}
/* line 154, sass/sass/new.scss */
.search-flyout h3,
.search-flyout h4 {
  margin: 0;
  color: #807f80;
  font-size: 12px;
  letter-spacing: .1em;
}
/* line 155, sass/sass/new.scss */
.search-flyout h3 {
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 156, sass/sass/new.scss */
.search-flyout h4 {
  font-weight: 300;
  padding-top: 6px;
  cursor: pointer;
}
/* line 157, sass/sass/new.scss */
.search-flyout p {
  color: #807f80;
  font-size: 14px;
}
/* line 158, sass/sass/new.scss */
.search-flyout a {
  color: #fff;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}
/* line 159, sass/sass/new.scss */
.search-flyout a:hover {
  color: #ec2e5b;
}
/* line 160, sass/sass/new.scss */
.search-flyout hr {
  width: 100%;
  margin: 36px 0 33px;
}

/* line 163, sass/sass/new.scss */
.search-results-categories {
  position: relative;
  top: 105px;
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
/* line 169, sass/sass/new.scss */
#feature {
  padding-top: 44px;
}

/* line 170, sass/sass/new.scss */
.home #feature {
  padding-top: 0px;
  vertical-align: bottom;
}

/* line 171, sass/sass/new.scss */
.home #feature iframe {
  margin: 0;
  padding: 0;
}

/* line 172, sass/sass/new.scss */
.feature-home {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

/* line 176, sass/sass/new.scss */
.no-touch body {
  padding-top: 350px;
}
/* line 177, sass/sass/new.scss */
.no-touch #feature {
  position: fixed;
  top: 0;
  width: 100%;
}
/* line 178, sass/sass/new.scss */
.no-touch #content {
  background-color: #161616;
}
/* line 180, sass/sass/new.scss */
.no-touch .page-template-template-faq #content {
  background-color: white;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* line 186, sass/sass/new.scss */
#footer {
  background: #161616;
  color: #fff;
  padding: 75px 20px 75px;
}
/* line 187, sass/sass/new.scss */
#footer [class*="col-"] {
  padding: 0;
}
/* line 188, sass/sass/new.scss */
#footer .grid [class*='col-']:last-child {
  float: none;
}
/* line 189, sass/sass/new.scss */
#footer .grid {
  min-width: 0;
}
/* line 190, sass/sass/new.scss */
#footer .menu-social-container {
  clear: both;
}
/* line 191, sass/sass/new.scss */
#footer ul#menu-social {
  list-style: none;
  text-align: center;
  margin-bottom: 65px;
  /* Footer social icons */
}
/* line 192, sass/sass/new.scss */
#footer ul#menu-social li {
  display: inline-block;
  width: 39px;
}
/* line 193, sass/sass/new.scss */
#footer ul#menu-social li a {
  color: #fff;
  font-size: 0 !important;
}
/* line 194, sass/sass/new.scss */
#footer ul#menu-social li a::after {
  transition: 0.15s;
  font-family: fontawesome;
  font-size: 20px;
  padding: 8px;
}
#footer ul#menu-social li.facebook {
    background: url("../img/facebook.png") no-repeat scroll 0 0;
    height:39px; width:39px;
}
#footer ul#menu-social li.twitter {
    background: url("../img/twitter.png") no-repeat scroll 0 0;
    height:39px; width:39px;
}
#footer ul#menu-social li.instagram {
    background: url("../img/instagram.png") no-repeat scroll 0 0;
    height:39px; width:39px;
}
#footer ul#menu-social li.youtube {
    background: url("../img/youtube.png") no-repeat scroll 0 0;
    height:39px; width:39px;
}

/* line 196, sass/sass/new.scss */
#footer ul#menu-social li a[href*="facebook.com"]::after {
//  content: '\f09a';
//  padding: 8px 13px 0 8px;
//  position: relative;
//  top: 1px;
    background-image: url("../img/facebook.png") no-repeat scroll 0 0;
    height:39px; width:39px;
}
/* line 197, sass/sass/new.scss */
#footer ul#menu-social li a[href*="twitter.com"]::after {
//   content: '\f099';
//   font-size: 23px;
//   position: relative;
//   top: 1px;
    background-image: url("../img/twitter.png") no-repeat scroll 0 0;
    height:39px; width:39px;
}
/* line 198, sass/sass/new.scss */
#footer ul#menu-social li a[href*="instagram.com"]::after {
//   content: '\f16d';
//   font-size: 22px;
//   padding: 8px 9px;
    background-image: url("../img/instagram.png") no-repeat scroll 0 0;
    height:39px; width:39px;
}
/* line 199, sass/sass/new.scss */
#footer ul#menu-social li a[href*="youtube.com"]::after {
//   content: '\f16a';
//   font-size: 20px;
    background-image: url("../img/youtube.png") no-repeat scroll 0 0;
    height:39px; width:39px;
}
/* line 200, sass/sass/new.scss */
#footer ul#menu-social li a:hover::after {
  color: #ec2e5b;
}
/* line 202, sass/sass/new.scss */
#footer #copyright {
  font-size: 10px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
/* line 203, sass/sass/new.scss */
#footer #copyright a {
  color: white;
  transition: color 0.25s ease 0s;
}
/* line 204, sass/sass/new.scss */
#footer #copyright a:hover {
  color: #ec2e5b;
}

/* line 208, sass/sass/new.scss */
.footer-nav #menu-footer {
/*  text-align: center; */
}

/* line 209, sass/sass/new.scss */
#footer-email {
  margin: 0 auto 2em;
  float: none;
}

/* line 211, sass/sass/new.scss */
#footer-email input,
.menu-email input {
  height: 48px;
}

/* Email signup form */
/* line 215, sass/sass/new.scss */
#footer-email,
.menu-email {
  border: 1px solid #fff;
  text-align: right;
  margin: 4px auto 32px;
  width: 100%;
  max-width: 388px;
}

/* line 217, sass/sass/new.scss */
#footer-email input,
.menu-email input {
  display: inline-block;
  background: none;
  font-size: 16.5px;
  font-weight: 300;
  letter-spacing: .025em;
  height: 40px;
  line-height: 1.1em;
  padding: 1px .9em 0.2em;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 219, sass/sass/new.scss */
#footer-email input[type="email"],
.menu-email input[type="email"] {
  float: left;
  width: 71.5%;
}

/* line 221, sass/sass/new.scss */
#footer-email input[type="submit"],
.menu-email input[type="submit"] {
  border-left: 1px solid #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 0.7em 0;
  text-transform: uppercase;
  width: 28.3%;
  -webkit-font-smoothing: antialiased;
}

/* line 223, sass/sass/new.scss */
#footer-email input[type="submit"]:hover,
.menu-email input[type="submit"]:hover {
  background: #fff;
  color: #000;
}

/* Footer Nav */
/* line 226, sass/sass/new.scss */
.footer-nav {
  max-width: 570px;
  margin: 0 auto;
}
/* line 227, sass/sass/new.scss */
.footer-nav ul {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  column-fill: balance;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
}
/* line 228, sass/sass/new.scss */
.footer-nav li {
  transition: .15s;
/*  margin-bottom: 21px; */
  list-style: none;
}

/* .footer-nav li:first-child { margin:0; } */

/* line 229, sass/sass/new.scss */
.footer-nav li a {
  color: #fff;
  transition: .15s;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 600;
  vertical-align: top;
}
/* line 230, sass/sass/new.scss */
.footer-nav li a:hover {
  color: #ec2e5b;
}

/*--------------------------------------------------------------
## Content 
--------------------------------------------------------------*/
/* line 237, sass/sass/new.scss */
#content {
  overflow: hidden;
}

/* line 239, sass/sass/new.scss */
.page-template-default .entry-content h1, .single-career .entry-content h1 {
  margin-bottom: 27px;
}
/* line 240, sass/sass/new.scss */
.page-template-default #content .grid, .single-career #content .grid {
  max-width: 866px;
}

/* line 242, sass/sass/new.scss */
.single-career .entry-content .btn {
  margin-left: 34px;
}

/* line 243, sass/sass/new.scss */
.page-template-default #content {
  background-color: white !important;
}

/* line 244, sass/sass/new.scss */
.home.page-template-default #content {
  background-color: #161616 !important;
}

/*--------------------------------------------------------------
## Home Page Sections
--------------------------------------------------------------*/
/* line 250, sass/sass/new.scss */
.inner {
  margin: 0 auto;
  max-width: 998px;
  vertical-align: top;
}

/* line 251, sass/sass/new.scss */
.inner .content {
  width: 100%;
  vertical-align: top;
}

/* line 254, sass/sass/new.scss */
.about-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background-color: white;
  background-image: url("../img/about-bg.jpg");
  background-repeat: repeat-x;
  background-size: 100% 100%;
}
/* line 255, sass/sass/new.scss */
.about-section .inner > div {
  box-sizing: border-box;
  display: inline-block;
}
/* line 257, sass/sass/new.scss */
.about-section .content h2 {
  margin-bottom: 19px;
  letter-spacing: 0;
}
/* line 258, sass/sass/new.scss */
.about-section .content p {
  max-width: 500px;
  letter-spacing: 0;
  line-height: 1.5;
}
/* line 260, sass/sass/new.scss */
.about-section .image {
  display: none !important;
  width: 40%;
  text-align: center;
  vertical-align: bottom;
  position: absolute;
  bottom: 2%;
}
/* line 261, sass/sass/new.scss */
.about-section img {
  max-width: 554px;
  width: 110%;
}

/* line 264, sass/sass/new.scss */
.home .btn.gold-outline {
  letter-spacing: .1em !important;
}

/* line 265, sass/sass/new.scss */
.home .blog-section .btn.gold-outline {
  min-width: 114px;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
## Get Certified 
--------------------------------------------------------------*/
/* line 271, sass/sass/new.scss */
.all-certifications {
  min-width: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
/* line 272, sass/sass/new.scss */
.all-certifications a {
  color: #777f85;
  display: block;
  font-size: 16px;
  letter-spacing: .01em;
  line-height: 30px;
  transition: color .25s ease;
}
/* line 273, sass/sass/new.scss */
.all-certifications a:hover {
  color: #EC2E5B;
}
/* line 274, sass/sass/new.scss */
.all-certifications a.certification-heading {
  border: none;
  border-bottom: 2px solid #444;
  color: #fff;
  font-size: 16px;
  margin-bottom: 13px;
  padding-bottom: 16px;
  position: relative;
}
/* line 275, sass/sass/new.scss */
.all-certifications a.certification-heading::after {
  background: rgba(0, 0, 0, 0) url("../img/link.png") no-repeat scroll 0 0/contain;
  content: "";
  height: 16px;
  margin-left: 10px;
  position: absolute;
  top: 7px;
  width: 21px;
}
/* line 276, sass/sass/new.scss */
.all-certifications [class*="col-"] {
  padding-bottom: 20px;
}
/* line 277, sass/sass/new.scss */
.all-certifications > div {
  float: left;
  max-width: none;
  width: 100%;
  margin: 0;
}
/* line 278, sass/sass/new.scss */
.all-certifications > div .holder {
  float: left;
  width: auto;
}

/* line 281, sass/sass/new.scss */
#content .grid.all-certifications {
  max-width: 640px;
}

/* line 283, sass/sass/new.scss */
.certifications-wrap {
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 0;
  opacity: 0;
}

/* line 286, sass/sass/new.scss */
.page-template-archive-certification .get-certified-section h2 {
  color: #cc9900;
}
/* line 288, sass/sass/new.scss */
.page-template-archive-certification .certifications-wrap,
.page-template-archive-certification .all-certifications {
  display: block;
  opacity: 1;
  height: auto;
}

/* line 291, sass/sass/new.scss */
.get-certified-section {
  background: black url("../img/tech-bg.png") no-repeat scroll top center/100% auto;
  padding: 40px 20px 0;
}
/* line 292, sass/sass/new.scss */
.get-certified-section .grid {
  min-width: 0;
}
/* line 293, sass/sass/new.scss */
.get-certified-section [class*="col-"] {
  padding-right: 0px;
}
/* line 294, sass/sass/new.scss */
.get-certified-section h2 {
  margin-top: 5px;
  color: white;
  margin-bottom: 11px;
}
/* line 295, sass/sass/new.scss */
.get-certified-section p {
  color: #fff;
  max-width: 500px;
  width: 100%;
  line-height: 1.45;
}
/* line 296, sass/sass/new.scss */
.get-certified-section p.view {
  font-weight: 700;
  color: #7f7f7f;
  font-size: 15px;
  letter-spacing: .2em;
}
/* line 297, sass/sass/new.scss */
.get-certified-section .content {
  padding-bottom: 40px;
}
/* line 298, sass/sass/new.scss */
.get-certified-section .text-center {
  padding-bottom: 40px;
}

/* line 300, sass/sass/new.scss */
.page-template-template-tech .get-certified-section {
  padding: 141px 40px 126px;
  padding: 80px 20px 20px;
}
/* line 301, sass/sass/new.scss */
.page-template-template-tech .get-certified-section h2 {
  margin-bottom: 11px;
  color: #fff;
  letter-spacing: .025em;
}
/* line 302, sass/sass/new.scss */
.page-template-template-tech .get-certified-section p {
  margin: 0 auto 18px !important;
  font-weight: 700;
  letter-spacing: .19em;
  color: #7f7f7f;
  font-size: 15px;
}

/* line 306, sass/sass/new.scss */
.home .get-certified-section h2 {
  color: #cc9900;
}

/* line 309, sass/sass/new.scss */
.explore-more {
  padding: 10px 0 10px 0;
  background: none;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 310, sass/sass/new.scss */
.explore-more img {
  transition: transform .15s;
  vertical-align: middle;
  margin-right: 5px;
  vertical-align: middle;
  width: 34px;
}
/* line 311, sass/sass/new.scss */
.explore-more span {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 600;
}

/* line 313, sass/sass/new.scss */
.explore-more:hover {
  background: none;
}

/* line 314, sass/sass/new.scss */
.explore-more:hover img {
  transform: rotate(90deg);
}

/* line 315, sass/sass/new.scss */
.explore-more.is-active img {
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
## Get Certified Landing Page Cert Benifits 
--------------------------------------------------------------*/
/* line 321, sass/sass/new.scss */
.cert-benifits {
  background: #161616;
  color: #fff;
  padding: 20px;
}
/* line 322, sass/sass/new.scss */
.cert-benifits .grid {
  border-top: 1px solid rgba(186, 186, 186, 0.5);
  border-left: 1px solid rgba(186, 186, 186, 0.5);
  margin: 0 auto;
  overflow: visible;
  max-width: 1002px;
  min-width: 0;
}
/* line 323, sass/sass/new.scss */
.cert-benifits .col-1-2 {
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
  border-right: 1px solid rgba(186, 186, 186, 0.5);
  padding: 40px;
  position: relative;
  margin: 0;
}
/* line 325, sass/sass/new.scss */
.cert-benifits .col-1-2::after,
.cert-benifits .col-1-2::before {
  background: none;
}
/* line 328, sass/sass/new.scss */
.cert-benifits h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 329, sass/sass/new.scss */
.cert-benifits p {
  margin-bottom: 4px;
  color: #7f7f7f;
  line-height: 1.5;
}

/* line 332, sass/sass/new.scss */
.page-template-template-certifications .get-certified-section {
  padding-bottom: 4em;
}

/* line 333, sass/sass/new.scss */
.page-template-archive-certification .get-certified-section h2 {
  float: none;
  max-width: 640px;
  margin: 0 auto 30px;
}

/* line 335, sass/sass/new.scss */
.partner-logos {
  padding: 60px 0 30px;
}
/* line 336, sass/sass/new.scss */
.partner-logos h2 {
  padding: 0;
}
/* line 337, sass/sass/new.scss */
.partner-logos .unslider {
  overflow-y: hidden;
}
/* line 338, sass/sass/new.scss */
.partner-logos .unslider-nav {
  position: relative;
  top: 1px;
  margin-top: 0;
}
/* line 339, sass/sass/new.scss */
.partner-logos .unslider-nav ol li {
  margin: 0 5px;
}

/* line 341, sass/sass/new.scss */
.partner-slider {
  padding: 36px 0 22px;
}
/* line 342, sass/sass/new.scss */
.partner-slider .grid-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 343, sass/sass/new.scss */
.partner-slider .slide {
  padding: 0 25px !important;
  text-align: center;
  margin-bottom: 28px;
  float: left;
  width: 50%;
}
/* line 344, sass/sass/new.scss */
.partner-slider .slide img {
  width: 100%;
  max-width: 200px;
}

@-moz-document url-prefix() {
  /* line 347, sass/sass/new.scss */
  .partner-slider {
    padding: 36px 0 19px;
  }
}

/*--------------------------------------------------------------
## Technology Training
--------------------------------------------------------------*/
/* line 354, sass/sass/new.scss */
.technology-training-section {
  position: relative;
  overflow: hidden;
}
/* line 355, sass/sass/new.scss */
.technology-training-section h2 {
  letter-spacing: 1px;
}
/* line 356, sass/sass/new.scss */
.technology-training-section p {
  margin-top: -5px;
  line-height: 1.5;
  letter-spacing: 0;
}
/* line 357, sass/sass/new.scss */
.technology-training-section p br {
  display: none;
}
/* line 358, sass/sass/new.scss */
.technology-training-section .grid {
  overflow: visible;
  position: relative;
  padding: 0;
  max-width: 1112px !important;
}
/* line 359, sass/sass/new.scss */
.technology-training-section .technology, .technology-training-section .av-training {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 0;
  padding-bottom: 200px;
}
/* line 360, sass/sass/new.scss */
.technology-training-section .grid [class*='col-'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 361, sass/sass/new.scss */
.technology-training-section .technology .tech-inner {
  padding: 40px;
}
/* line 362, sass/sass/new.scss */
.technology-training-section .av-training .av-inner {
  padding: 40px 20px;
}
/* line 363, sass/sass/new.scss */
.technology-training-section .technology {
  /*background: url('../img/graph.png') no-repeat scroll bottom center / contain;*/
}
/* line 364, sass/sass/new.scss */
.technology-training-section .av-training {
  background-color: #f4f4f4;
  position: relative;
  padding-left: 6.5em;
  margin-bottom: 0;
}
/* line 365, sass/sass/new.scss */
.technology-training-section .av-training::after {
  border-right: 9999px solid #f4f4f4;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
}
/* line 366, sass/sass/new.scss */
.technology-training-section img {
  position: absolute;
  bottom: 0;
  width: 50%;
}
/* line 367, sass/sass/new.scss */
.technology-training-section .technology-img {
  left: 0;
  z-index: -1;
  bottom: 0;
}
/* line 368, sass/sass/new.scss */
.technology-training-section .av-training-img {
  right: 0;
  max-width: 600px;
}

/* line 371, sass/sass/new.scss */
.blog-section {
  background: #252525;
  text-align: center;
  padding: 40px 0;
}
/* line 372, sass/sass/new.scss */
.blog-section .grid {
  padding: 0;
}
/* line 373, sass/sass/new.scss */
.blog-section h2 {
  margin-bottom: 10px;
}
/* line 374, sass/sass/new.scss */
.blog-section h3 {
  color: #afafaf;
  margin-bottom: 2.5em;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2em;
}
/* line 376, sass/sass/new.scss */
.blog-section .btn,
.blog-section p {
  color: #fff;
}
/* line 377, sass/sass/new.scss */
.blog-section ul.posts {
  text-align: left;
  margin-bottom: 20px;
}

/* line 380, sass/sass/new.scss */
.tune-app-section {
  position: relative;
  background: black url("../img/app-bg.png") no-repeat scroll center left/cover;
  padding: 40px 20px 0;
}
/* line 381, sass/sass/new.scss */
.tune-app-section .grid {
  position: relative;
  min-width: 0;
  max-width: 300px !important;
  margin: 0 auto;
}
/* line 382, sass/sass/new.scss */
.tune-app-section .grid div:first-child {
  margin-bottom: 40px;
}
/* line 383, sass/sass/new.scss */
.tune-app-section .grid div:last-child {
  margin: 0;
}
/* line 385, sass/sass/new.scss */
.tune-app-section h2 {
  margin: 0 0 21px;
}
/* line 386, sass/sass/new.scss */
.tune-app-section p {
  color: #fff;
  width: 290px;
  margin: 0;
  line-height: 24px;
}
/* line 387, sass/sass/new.scss */
.tune-app-section a {
  transition: .15s;
  white-space: nowrap;
}
/* line 388, sass/sass/new.scss */
.tune-app-section a.app-download-link:hover {
  opacity: .5;
}
/* line 389, sass/sass/new.scss */
.tune-app-section p a {
  color: #ec2e5b;
  transition: .15s;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
/* line 390, sass/sass/new.scss */
.tune-app-section p a:hover {
  border-color: #ec2e5b;
}
/* line 391, sass/sass/new.scss */
.tune-app-section .technology-img {
  display: block;
  max-height: 553px;
}

/* line 394, sass/sass/new.scss */
.app-download-link {
  display: inline-block;
  margin: 44px 8px 0 0;
  max-width: 120px;
}

/* line 395, sass/sass/new.scss */
.app-download-link img {
  margin: 0;
}

/* line 396, sass/sass/new.scss */
.app-download-link:hover {
  opacity: .75;
}

/*--------------------------------------------------------------
# Page general styles
--------------------------------------------------------------*/
/* line 403, sass/sass/new.scss */
#page-title h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: .1em;
  padding: 112px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

/* line 405, sass/sass/new.scss */
.entry-content {
  padding: 40px 20px;
}
/* line 406, sass/sass/new.scss */
.entry-content h1 {
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
/* line 408, sass/sass/new.scss */
.entry-content p,
.entry-content li {
  letter-spacing: 0;
  line-height: 1.5;
}
/* line 409, sass/sass/new.scss */
.entry-content p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 414, sass/sass/new.scss */
.entry-content p em {
  font-style: normal;
  font-weight: 700;
}
/* line 415, sass/sass/new.scss */
.entry-content ul {
  padding-left: 18px;
}
/* line 416, sass/sass/new.scss */
.entry-content li {
  list-style-position: outside;
  padding-left: 1em;
}
/* line 417, sass/sass/new.scss */
.entry-content b, .entry-content p strong {
  color: #cc9900;
  font-weight: 700;
}
/* line 418, sass/sass/new.scss */
.entry-content p strong {
  display: block;
  margin-bottom: -25px;
}
/* line 419, sass/sass/new.scss */
.entry-content .thx-employer-statment {
  padding-left: 34px;
  clear: both;
}
/* line 420, sass/sass/new.scss */
.entry-content .thx-employer-statment p {
  font-size: 14px;
}
/* line 422, sass/sass/new.scss */
.entry-content a.a-right {
  margin: 70px 0 58px;
}
/* line 423, sass/sass/new.scss */
.entry-content .btn {
  min-width: 114px;
}

/* line 425, sass/sass/new.scss */
.page-lines {
  background: url("../img/page-lines.png") repeat-y top center;
  background-size: 1200px 1px;
}

/* line 427, sass/sass/new.scss */
.entry-content.dark {
  background: #161616;
  background-image: url("../img/dark-bg.png");
  background-size: 1200px 1px;
  background-repeat: repeat-y;
  background-position: top center;
}
/* line 428, sass/sass/new.scss */
.entry-content.dark .grid {
  max-width: 806px;
  margin: 0 auto;
}
/* line 429, sass/sass/new.scss */
.entry-content.dark h2 {
  color: #cc9900;
  margin-bottom: 0;
}
/* line 430, sass/sass/new.scss */
.entry-content.dark h3 {
  color: #fff;
  font-size: 16px;
  letter-spacing: .052em;
  line-height: 1.5em;
  margin-bottom: 38px;
  max-width: 690px;
  padding-top: 0.7em;
  text-transform: uppercase;
}
/* line 431, sass/sass/new.scss */
.entry-content.dark h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 14px;
  margin-top: 38px;
  text-transform: uppercase;
  padding: 0;
}
/* line 432, sass/sass/new.scss */
.entry-content.dark h4.no-top-margin {
  margin-top: 0;
}
/* line 433, sass/sass/new.scss */
.entry-content.dark h4 img {
  margin-left: -114px;
  margin-right: 0;
  margin-top: 5px;
  width: 90px;
  display: none;
}
/* line 434, sass/sass/new.scss */
.entry-content.dark p {
  color: #7f7f7f;
  margin-bottom: 24px;
  letter-spacing: .025em;
  padding: 0;
  line-height: 1.5;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 439, sass/sass/new.scss */
.entry-content.dark a {
  color: #ec2e5b;
  border-bottom: 1px solid transparent;
  color: #ec2e5b;
  transition: border-bottom-color 0.25s ease 0s;
}
/* line 442, sass/sass/new.scss */
.entry-content.dark a:hover {
  border-bottom-color: #ec2e5b;
}
/* line 444, sass/sass/new.scss */
.entry-content.dark p:last-child {
  margin-bottom: 0;
}
/* line 445, sass/sass/new.scss */
.entry-content.dark .embed-wrap {
  margin-top: 36px;
}
/* line 447, sass/sass/new.scss */
.entry-content.dark .btn {
  min-width: 114px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

/* line 450, sass/sass/new.scss */
.white-wrap {
  background-color: white;
}

/* line 452, sass/sass/new.scss */
.dec-page {
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 1078px;
}
/* line 453, sass/sass/new.scss */
.dec-page p {
  margin-bottom: 0;
  max-width: 740px;
  line-height: 1.5;
  letter-spacing: 0;
}
/* line 454, sass/sass/new.scss */
.dec-page .page-dec h2 {
  letter-spacing: 0;
  margin-bottom: 13px;
}
/* line 455, sass/sass/new.scss */
.dec-page .page-icon {
  display: none;
  width: 24%;
  max-width: 143px;
  margin: 8px 0 0;
  vertical-align: top;
}
/* line 456, sass/sass/new.scss */
.dec-page .page-dec {
  width: 100%;
}

/* line 460, sass/sass/new.scss */
.page-template-archive-certification .dec-page p,
.page-template-template-tech .dec-page p {
  max-width: 500px;
}

/* line 461, sass/sass/new.scss */
.page-template-template-av-training .dec-page p {
  max-width: 740px;
}

/* line 464, sass/sass/new.scss */
.page-template-template-about .dec-page .page-icon {
  margin-top: 0;
}
/* line 465, sass/sass/new.scss */
.page-template-template-about .dec-page p {
  max-width: 550px;
}

/* line 468, sass/sass/new.scss */
.performance-class {
  text-align: center;
  padding: 40px 20px;
  background: #f4f4f4;
}
/* line 469, sass/sass/new.scss */
.performance-class h2 {
  margin-bottom: .2em;
}
/* line 470, sass/sass/new.scss */
.performance-class p.heading {
  margin: 0 auto 42px;
  max-width: 560px;
  line-height: 1.6;
  text-transform: uppercase;
}

/* line 473, sass/sass/new.scss */
.performance-classes {
  display: inline-block;
  min-width: 0px;
  width: auto;
  text-align: center;
}
/* line 474, sass/sass/new.scss */
.performance-classes > div {
  float: none;
  display: inline-block;
  width: 250px;
  margin: 0 auto 40px;
  padding: 0 25px;
  vertical-align: top;
}
/* line 475, sass/sass/new.scss */
.performance-classes > div img {
  height: 115px;
  margin-bottom: 1em;
  padding-top: 25px;
  width: auto;
}
/* line 476, sass/sass/new.scss */
.performance-classes > div img.small {
  padding-top: 25px;
}
/* line 477, sass/sass/new.scss */
.performance-classes > div p {
  font-size: 0.9em;
  margin: 0 auto;
  max-width: 184px;
}

/* line 481, sass/sass/new.scss */
.become-partner {
  background: #252525;
  padding: 40px 20px;
}

/* line 482, sass/sass/new.scss */
.become-partner h2 {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

/* line 484, sass/sass/new.scss */
.become-partner-form form {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
/* line 485, sass/sass/new.scss */
.become-partner-form form [class*="col-"] {
  max-width: 480px;
  margin: 10px auto;
  padding: 0 0 10px;
}
/* line 487, sass/sass/new.scss */
.become-partner-form form input:not([type="submit"]),
.become-partner-form form select {
  height: 36.5px;
  padding: 0 15px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
  background-color: #3c3c43;
  -webkit-font-smoothing: antialiased;
  transition: box-shadow .25s;
}
/* line 490, sass/sass/new.scss */
.become-partner-form form select {
  font-size: 11px;
  letter-spacing: .07em;
  background: #3c3c43 url("../img/down-arrow.png") no-repeat scroll 96% 18px/11px 5px;
}
/* line 491, sass/sass/new.scss */
.become-partner-form form textarea {
  height: 73px;
  margin: -1px 0 0 0;
  padding: 9px 15px;
  font-size: 12px;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
/* line 494, sass/sass/new.scss */
.become-partner-form form ::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  transition: color .25s;
}
/* line 497, sass/sass/new.scss */
.become-partner-form form :-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  transition: color .25s;
}
/* line 500, sass/sass/new.scss */
.become-partner-form form ::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  transition: color .25s;
}
/* line 503, sass/sass/new.scss */
.become-partner-form form :-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  transition: color .25s;
}
/* line 507, sass/sass/new.scss */
.become-partner-form form input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
/* line 508, sass/sass/new.scss */
.become-partner-form form input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
/* line 509, sass/sass/new.scss */
.become-partner-form form input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
/* line 510, sass/sass/new.scss */
.become-partner-form form input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
/* line 512, sass/sass/new.scss */
.become-partner-form form .submit-btn {
  text-align: center;
  padding-bottom: 0;
  display: block;
  margin: 30px auto 0;
}
/* line 513, sass/sass/new.scss */
.become-partner-form form .submit-btn input {
  min-width: 114px;
  padding: 2px 16px !important;
  -webkit-font-smoothing: antialiased;
}
/* line 515, sass/sass/new.scss */
.become-partner-form form .wpcf7-not-valid {
  box-shadow: 0 0 3px 1px rgba(236, 46, 91, 0.75);
}
/* line 516, sass/sass/new.scss */
.become-partner-form form .wpcf7-not-valid-tip {
  display: none;
}

/* line 519, sass/sass/new.scss */
div.wpcf7 .ajax-loader {
  display: block !important;
  visibility: hidden !important;
  text-align: center;
}

/* line 520, sass/sass/new.scss */
div.wpcf7-response-output {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 1.2;
  border: none !important;
  color: #ec2e5b !important;
  text-align: center;
}

/* line 525, sass/sass/new.scss */
.entry-content p,
.entry-content.dark p,
.entry-content.dark h4,
.entry-content.dark .embed-wrap {
  padding: 0;
}

/*--------------------------------------------------------------
# contact and av-training styles
--------------------------------------------------------------*/
/* line 531, sass/sass/new.scss */
.page-template-template-contact .white-wrap {
  padding-bottom: 146px;
  padding-bottom: 0;
}
/* line 532, sass/sass/new.scss */
.page-template-template-contact .white-wrap:after {
  content: "";
  clear: both;
  display: table;
}
/* line 534, sass/sass/new.scss */
.page-template-template-contact .dec-page,
.page-template-template-contact .map-container {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 535, sass/sass/new.scss */
.page-template-template-contact .dec-page {
  padding: 141px 0 139px;
  padding: 70px 20px;
  padding: 40px 20px;
}
/* line 536, sass/sass/new.scss */
.page-template-template-contact .dec-page .page-icon {
  max-width: 150px;
  margin-top: 0;
}
/* line 537, sass/sass/new.scss */
.page-template-template-contact .dec-page .page-dec {
  padding: 23px 0 0 33px;
  padding: 0;
}
/* line 538, sass/sass/new.scss */
.page-template-template-contact .dec-page .page-dec h2, .page-template-template-contact .dec-page .page-dec p {
  margin-left: 0;
}
/* line 540, sass/sass/new.scss */
.page-template-template-contact .dec-page p {
  letter-spacing: .053em;
  text-transform: uppercase;
}
/* line 541, sass/sass/new.scss */
.page-template-template-contact .dec-page p a {
  color: #ec2e5b;
  border-bottom: 1px solid transparent;
  color: black;
  transition: color .25s, border-bottom-color 0.25s;
}
/* line 544, sass/sass/new.scss */
.page-template-template-contact .dec-page p a:hover {
  color: #ec2e5b;
  border-bottom-color: #ec2e5b;
}
/* line 547, sass/sass/new.scss */
.page-template-template-contact .map-container {
  height: 463px;
  height: 232px;
}

/* line 550, sass/sass/new.scss */
[class*="template-contact"] #page-title h1 {
  margin-bottom: 0 !important;
}

/* line 552, sass/sass/new.scss */
.address-container,
.map-container {
  height: 400px;
  margin: 0;
}

/* line 553, sass/sass/new.scss */
.address-container {
  background: #fafafa;
}

/* line 554, sass/sass/new.scss */
.address-content {
  display: inline-block;
  margin: -28px auto 0;
  text-align: left;
  padding-left: 9px;
}
/* line 555, sass/sass/new.scss */
.address-content address span {
  font-weight: 600;
}
/* line 556, sass/sass/new.scss */
.address-content address a {
  font-weight: 600;
  border-bottom: 1px solid transparent;
  color: #ec2e5b;
  transition: border-bottom-color 0.25s ease 0s;
}
/* line 559, sass/sass/new.scss */
.address-content address a:hover {
  border-bottom-color: #ec2e5b;
}

/* line 562, sass/sass/new.scss */
.map-container {
  padding-right: 0;
}

/* line 563, sass/sass/new.scss */
#gmap_canvas {
  height: 100%;
  width: 100%;
}

/* line 564, sass/sass/new.scss */
#gmap_canvas img {
  max-width: none !important;
  background: none !important;
}

/* line 565, sass/sass/new.scss */
.careers-dec {
  padding-bottom: 0;
  padding-top: 64px;
  text-align: center;
  text-transform: uppercase;
}
/* line 566, sass/sass/new.scss */
.careers-dec > div {
  margin: 0;
}
/* line 567, sass/sass/new.scss */
.careers-dec header {
  padding: 0 20px;
}
/* line 568, sass/sass/new.scss */
.careers-dec h2 {
  margin-bottom: 10px;
}
/* line 569, sass/sass/new.scss */
.careers-dec header p {
  letter-spacing: .05em;
  margin: 0 auto 3.5em;
  margin: 0 auto 64px;
  max-width: 770px;
}

/* line 571, sass/sass/new.scss */
.current-openings {
  padding: 40px 75px;
  padding: 40px 20px;
  background: #f4f4f4;
}
/* line 572, sass/sass/new.scss */
.current-openings h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin-bottom: 32px;
  padding-bottom: 34px;
}
/* line 573, sass/sass/new.scss */
.current-openings .opening {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.6em;
  padding: 0 0 1.6em 40px;
  padding: 0 0 1.6em 0;
  text-align: left;
}
/* line 574, sass/sass/new.scss */
.current-openings .opening .grid {
  padding: 0;
}
/* line 575, sass/sass/new.scss */
.current-openings .opening .mobile-col-1-1 {
  padding: 0;
}
/* line 576, sass/sass/new.scss */
.current-openings .opening [class*='col-'] {
  padding-left: 0;
}
/* line 577, sass/sass/new.scss */
.current-openings .opening .opening-link {
  padding-right: 0;
  text-align: right;
}
/* line 578, sass/sass/new.scss */
.current-openings .opening a:not(.btn) {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.2em;
}
/* line 579, sass/sass/new.scss */
.current-openings .opening p {
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 0.5em;
  text-transform: none;
}

/* line 583, sass/sass/new.scss */
.single-careers #content .grid {
  max-width: 868px;
}

/* line 585, sass/sass/new.scss */
.upcoming-events {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 1080px;
}
/* line 586, sass/sass/new.scss */
.upcoming-events h2 {
  letter-spacing: .5px;
  padding: 0 20px;
}
/* line 587, sass/sass/new.scss */
.upcoming-events header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding-bottom: 28px;
}
/* line 588, sass/sass/new.scss */
.upcoming-events h3 {
  font-size: 2em;
  letter-spacing: -.2px;
}
/* line 589, sass/sass/new.scss */
.upcoming-events [class*="-schedule"] {
  background: #f4f4f4;
  margin: 52px 0 0;
  padding: 20px;
  text-align: left;
}
/* line 590, sass/sass/new.scss */
.upcoming-events .event {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  min-width: 0;
  padding: 0 0 26px 0;
  text-align: left;
}
/* line 591, sass/sass/new.scss */
.upcoming-events .event:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 38px;
}
/* line 592, sass/sass/new.scss */
.upcoming-events .event .event-location {
  font-weight: 700;
  padding: 0;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: .3px;
}
/* line 593, sass/sass/new.scss */
.upcoming-events .event .event-dates div {
  font-size: 0.8em;
  letter-spacing: -.2px;
  margin-bottom: 6px;
  position: relative;
  padding-right: 74px;
}
/* line 594, sass/sass/new.scss */
.upcoming-events .event .event-dates div:last-child {
  margin-bottom: 0;
}
/* line 595, sass/sass/new.scss */
.upcoming-events .event a {
  text-transform: uppercase;
  color: #ec2e5b;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 596, sass/sass/new.scss */
.upcoming-events .event-more-info {
  display: block;
  color: #afafaf;
  margin-top: 18px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  cursor: pointer;
}
/* line 597, sass/sass/new.scss */
.upcoming-events .video-calibration-more-info-section p a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-bottom-color 0.25s ease 0s;
}
/* line 599, sass/sass/new.scss */
.upcoming-events .video-calibration-more-info-section p a:hover {
  border-bottom-color: #ec2e5b;
}
/* line 600, sass/sass/new.scss */
.upcoming-events footer {
  background: #252525;
  text-align: center;
  padding: 38px 0 27px;
  margin: 0 0 40px;
}
/* line 601, sass/sass/new.scss */
.upcoming-events footer .btn {
  min-width: 114px;
  -webkit-font-smoothing: antialiased;
}
/* line 603, sass/sass/new.scss */
.upcoming-events footer:last-child {
  margin-bottom: 0;
}

/* line 607, sass/sass/new.scss */
.home-theater-schedule,
.video-calibration-schedule {
  position: relative;
}

/* line 608, sass/sass/new.scss */
.schedule-inner {
  padding-bottom: 25px;
  padding-top: 25px;
}

/* line 610, sass/sass/new.scss */
.home-theater-more-info-section,
.video-calibration-more-info-section {
  color: #fff;
  padding: 50px 70px 0;
  text-align: left;
}

/* line 612, sass/sass/new.scss */
.home-theater-more-info-section a,
.video-calibration-more-info-section a {
  color: #ec2e5b;
}

/* line 613, sass/sass/new.scss */
body .schedule-inner::-webkit-scrollbar {
  width: 1px;
  background: #e5e5e5;
}

/* line 615, sass/sass/new.scss */
.home-theater-more-info-section p a {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-bottom-color 0.25s ease 0s;
}

/* line 618, sass/sass/new.scss */
.home-theater-more-info-section p a:hover {
  border-bottom-color: #ec2e5b;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
/* line 623, sass/sass/new.scss */
.cd-faq-items {
  padding: 20px;
}
/* line 624, sass/sass/new.scss */
.cd-faq-items ul {
  list-style: none;
}
/* line 625, sass/sass/new.scss */
.cd-faq-items ul ul {
  padding: 0 0 0 20px;
  list-style: disc outside;
}
/* line 626, sass/sass/new.scss */
.cd-faq-items ul ul li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #999;
}

/* line 630, sass/sass/new.scss */
.faq-category {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-right: 50px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
  color: #cc9900;
  transition: color .25s;
}
/* line 632, sass/sass/new.scss */
.faq-category .category-icon {
  position: absolute;
  top: 6px;
  right: 0;
  height: 25px;
  transition: transform .3s ease-in-out;
}

/* line 636, sass/sass/new.scss */
.content-visible .faq-category {
  color: #ec2e5b;
}

/* line 637, sass/sass/new.scss */
.content-visible .cd-faq-trigger .category-icon {
  transform: rotate(180deg);
}

/* line 639, sass/sass/new.scss */
.cd-faq-content {
  display: none;
}

/* line 642, sass/sass/new.scss */
.cd-faq-group > li {
  padding: 12px 0 0;
  border-bottom: 1px solid #e5e5e5;
  transition: border-color .25s;
}
/* line 645, sass/sass/new.scss */
.cd-faq-group > li:last-child {
  border-bottom: none;
}
/* line 646, sass/sass/new.scss */
.cd-faq-group > li.content-visible {
  border-bottom-color: transparent;
}
/* line 647, sass/sass/new.scss */
.cd-faq-group .main-content {
  max-width: 692px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 38px;
}
/* line 648, sass/sass/new.scss */
.cd-faq-group .sub-heading {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
/* line 650, sass/sass/new.scss */
.cd-faq-group .sub-heading:before,
.cd-faq-group .sub-heading:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  height: 11px;
  width: 1px;
  background-color: #cc9900;
  transform: rotate(0deg);
  transform-origin: center;
  transition: all .25s;
}
/* line 655, sass/sass/new.scss */
.cd-faq-group .sub-heading:after {
  top: 12px;
  left: 0;
  height: 1px;
  width: 11px;
}
/* line 657, sass/sass/new.scss */
.cd-faq-group .sub-heading.active-sub:before,
.cd-faq-group .sub-heading.active-sub:after {
  background-color: #ec2e5b;
  transform: rotate(45deg);
}
/* line 658, sass/sass/new.scss */
.cd-faq-group .sub-content {
  padding: 0 0 0 18px;
}
/* line 659, sass/sass/new.scss */
.cd-faq-group .sub-content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #999;
}

/*--------------------------------------------------------------
# Blog Roll
--------------------------------------------------------------*/
/* line 667, sass/sass/new.scss */
a:focus, button:focus, input:focus {
  text-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* line 669, sass/sass/new.scss */
.blog #content, .archive #content {
  background-color: #f8f8f8;
  min-height: 480px;
}

/* line 672, sass/sass/new.scss */
.blog .ajax-load-more, .blog .alm-ajax, .archive .ajax-load-more, .archive .alm-ajax {
  transition: none !important;
}
/* line 673, sass/sass/new.scss */
.blog .not-found, .archive .not-found {
  text-align: center;
  margin: 100px auto;
}
/* line 674, sass/sass/new.scss */
.blog ul.posts, .archive ul.posts {
  font-size: 0;
  margin: 0 auto 20px;
  display: block;
  max-width: 345px;
}
/* line 675, sass/sass/new.scss */
.blog ul.posts li, .archive ul.posts li {
  background-color: white;
  max-width: 311px;
  display: inline-block;
  margin: 16px;
  height: 450px;
  vertical-align: top;
}
/* line 676, sass/sass/new.scss */
.blog ul.posts li article, .archive ul.posts li article {
  position: relative;
  height: 100%;
}
/* line 677, sass/sass/new.scss */
.blog ul.posts li .thumbnail, .archive ul.posts li .thumbnail {
  overflow: hidden;
  height: 173px;
}
/* line 678, sass/sass/new.scss */
.blog ul.posts li .thumbnail a, .archive ul.posts li .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  transition: transform 0.9s ease-in-out;
}
/* line 679, sass/sass/new.scss */
.blog ul.posts li .thumbnail img, .archive ul.posts li .thumbnail img {
  visibility: hidden;
}
/* line 681, sass/sass/new.scss */
.blog ul.posts li header, .archive ul.posts li header {
  padding: 23px 33px;
}
/* line 682, sass/sass/new.scss */
.blog ul.posts li header h2, .archive ul.posts li header h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .025em;
}
/* line 683, sass/sass/new.scss */
.blog ul.posts li header h2 a, .archive ul.posts li header h2 a {
  font-weight: 400;
  transition: color 0.3s ease;
}
/* line 685, sass/sass/new.scss */
.blog ul.posts li footer, .archive ul.posts li footer {
  position: absolute;
  bottom: 24px;
  left: 33px;
}
/* line 686, sass/sass/new.scss */
.blog ul.posts li .entry-meta, .archive ul.posts li .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .025em;
}
/* line 687, sass/sass/new.scss */
.blog ul.posts li .entry-meta .category a, .archive ul.posts li .entry-meta .category a {
  color: #ec2e5b;
  border-bottom: 1px solid #ec2e5b;
}
/* line 688, sass/sass/new.scss */
.blog ul.posts li .entry-meta .meta-sep, .archive ul.posts li .entry-meta .meta-sep {
  width: 1px;
  height: 12px;
  background-color: black;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 6px;
}
/* line 693, sass/sass/new.scss */
.blog .alm-btn-wrap, .archive .alm-btn-wrap {
  text-align: center;
  margin: 60px 0 100px;
}
/* line 694, sass/sass/new.scss */
.blog .alm-load-more-btn, .archive .alm-load-more-btn {
  font-size: 15px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  letter-spacing: .2em;
  cursor: pointer;
  padding-bottom: 62px;
  background-image: url("../img/explore-more-plus.png");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: color 0.3s ease;
}
/* line 697, sass/sass/new.scss */
.blog .alm-load-more-btn.done, .archive .alm-load-more-btn.done {
  display: none;
}
/* line 698, sass/sass/new.scss */
.blog .alm-load-more-btn.loading, .archive .alm-load-more-btn.loading {
  display: none;
}
/* line 699, sass/sass/new.scss */
.blog .alm-load-more-btn:hover, .archive .alm-load-more-btn:hover {
  color: #ec2e5b;
}

/* line 703, sass/sass/new.scss */
.blog ul li:hover .thumbnail a, .archive ul li:hover .thumbnail a {
  transform: scale(1.075);
}
/* line 704, sass/sass/new.scss */
.blog ul li:hover header h2 a, .archive ul li:hover header h2 a {
  color: #ec2e5b;
}

/* line 707, sass/sass/new.scss */
.blog-menu {
  margin: 35px auto;
}
/* line 708, sass/sass/new.scss */
.blog-menu ul {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  max-width: 375px;
}
/* line 709, sass/sass/new.scss */
.blog-menu ul li {
  display: inline-block;
  margin: 10px;
}
/* line 710, sass/sass/new.scss */
.blog-menu ul a {
  background-color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .025em;
  border-radius: 34px;
  overflow: hidden;
  width: 68px;
  height: 68px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 68px;
  transition: color 0.3s ease;
}
/* line 713, sass/sass/new.scss */
.blog-menu ul a:hover {
  color: #ec2e5b;
}
/* line 714, sass/sass/new.scss */
.blog-menu ul .current-menu-item a, .blog-menu ul .current-menu-item a:hover {
  background-color: #ec2e5b;
  color: white;
}

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
/* line 722, sass/sass/new.scss */
.single {
  /* WYSIWYG Editor */
  /* Add This */
}
/* line 723, sass/sass/new.scss */
.single .post {
  max-width: 824px;
  padding: 45px 20px;
  margin: 0 auto;
}
/* line 724, sass/sass/new.scss */
.single .post .hero-img img {
  width: 100%;
  margin-bottom: 56px;
}

/* img .attachment-blog-feature.size-blog-feature.wp-post-image { display:none; }  */
img.attachment-blog-feature { display:none; } 

/* line 725, sass/sass/new.scss */
.single .post .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .025em;
  margin-bottom: 40px;
}
/* line 726, sass/sass/new.scss */
.single .post .entry-meta span {
  font-weight: 700;
}
/* line 727, sass/sass/new.scss */
.single .post .entry-meta .author a, .single .post .entry-meta .category a {
  color: #ec2e5b;
  border-bottom: 1px solid #ec2e5b;
}
/* line 728, sass/sass/new.scss */
.single .post .entry-meta .meta-sep {
  width: 1px;
  height: 12px;
  background-color: black;
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 6px;
}
/* line 730, sass/sass/new.scss */
.single .post h1 {
  margin: 0;
  padding: 0;
  font-size: 45px;
  line-height: 1;
  font-weight: 400;
}
/* line 733, sass/sass/new.scss */
.single .navigation {
  text-align: center;
  padding: 0 0 75px;
  margin: 0 auto;
}
/* line 734, sass/sass/new.scss */
.single .navigation > div {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 12px;
  vertical-align: middle;
}
/* line 735, sass/sass/new.scss */
.single .navigation > div a {
  font-weight: 700;
}
/* line 736, sass/sass/new.scss */
.single .navigation span {
  display: block;
  margin-bottom: 6px;
}
/* line 737, sass/sass/new.scss */
.single .navigation img {
  max-width: 100px;
}
/* line 738, sass/sass/new.scss */
.single .navigation .nav-prev, .single .navigation .nav-next {
  letter-spacing: .2em;
  margin-top: 28px;
}
/* line 739, sass/sass/new.scss */
.single .navigation .nav-prev.disabled, .single .navigation .nav-next.disabled {
  pointer-events: none;
  opacity: .15;
}
/* line 740, sass/sass/new.scss */
.single .navigation .nav-prev.disabled span, .single .navigation .nav-next.disabled span {
  background-color: #7c7c7c;
  width: 100px;
  height: 46.7px;
}
/* line 742, sass/sass/new.scss */
.single .navigation > div:hover .nav-prev a, .single .navigation > div:hover .nav-next a {
  color: #ec2e5b;
}
/* line 743, sass/sass/new.scss */
.single .navigation .nav-home a {
  background-color: #ec2e5b;
  color: white;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .025em;
  border-radius: 34px;
  overflow: hidden;
  width: 68px;
  height: 68px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 68px;
  transition: color 0.3s ease;
}
/* line 749, sass/sass/new.scss */
.single .wysiwyg {
  position: relative;
}
/* line 750, sass/sass/new.scss */
.single .wysiwyg h1, .single .wysiwyg h2, .single .wysiwyg h3, .single .wysiwyg h4, .single .wysiwyg h5, .single .wysiwyg h6, .single .wysiwyg p, .single .wysiwyg ol, .single .wysiwyg ul {
  width: 100%;
  max-width: 98%;
/*  max-width: 600px; */
  margin: 0 auto 28px;
}
/* line 751, sass/sass/new.scss */
.single .wysiwyg h1, .single .wysiwyg h2, .single .wysiwyg h3, .single .wysiwyg h4, .single .wysiwyg h5, .single .wysiwyg h6 {
  font-weight: 400;
}
/* line 752, sass/sass/new.scss */
.single .wysiwyg h3, .single .wysiwyg p, .single .wysiwyg img {
  margin-bottom: 28px;
}
/* line 753, sass/sass/new.scss */
.single .wysiwyg h3 {
  font-size: 18px;
  line-height: 1.2;
}
/* line 754, sass/sass/new.scss */
.single .wysiwyg ol, .single .wysiwyg ul {
  margin: 0 auto 28px;
}
/* line 755, sass/sass/new.scss */
.single .wysiwyg ol li {
  list-style: decimal;
  line-height: 1.7;
  margin-left: 20px;
}
/* line 756, sass/sass/new.scss */
.single .wysiwyg ul li {
  list-style: disc;
  line-height: 1.7;
  margin-left: 20px;
}
/* line 757, sass/sass/new.scss */
.single .wysiwyg p a {
  color: #ec2e5b;
  border-bottom: 1px solid #ec2e5b;
}
/* line 758, sass/sass/new.scss */
.single .wysiwyg b, .single .wysiwyg strong {
  font-weight: 700;
}
/* line 759, sass/sass/new.scss */
.single .wysiwyg p {
  font-size: 18px;
  line-height: 1.5;
}
/* line 760, sass/sass/new.scss */
.single .wysiwyg blockquote p {
  text-align: center;
  font-size: 36px;
  font-style: italic;
  color: #ec2e5b;
}
/* line 761, sass/sass/new.scss */
.single .wysiwyg img {
/*  height: auto !important; */
/*  width: 100% !important; */
/*  max-width: 100% !important; */
  text-align: center;
/*  margin-right: 0 !important; */
}
/* line 762, sass/sass/new.scss */
.single .wysiwyg figure {
  margin-bottom: 28px;
  width: 100% !important;
}
/* line 763, sass/sass/new.scss */
.single .wysiwyg figure img {
  margin-bottom: 0;
}
/* line 764, sass/sass/new.scss */
.single .wysiwyg figure figcaption {
  margin-bottom: 0;
  font-size: 12px;
}
/* line 769, sass/sass/new.scss */
.single .addthis_inline_share_toolbox {
  margin: 30px 0 48px;
}
/* line 770, sass/sass/new.scss */
.single .at-icon-wrapper {
  top: 0 !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #ec2e5b;
  position: relative;
}
/* line 771, sass/sass/new.scss */
.single .at-icon {
  height: 24px !important;
  width: 24px !important;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 12px;
  right: 0;
}
/* line 774, sass/sass/new.scss */
.single .at-icon-wrapper svg {
  fill: black !important;
  transition: fill .25s;
}
/* line 778, sass/sass/new.scss */
.single .at-icon-wrapper:hover svg {
  fill: #ec2e5b !important;
}
/* line 779, sass/sass/new.scss */
.single .at-share-tbx-element .at-icon-wrapper {
  position: relative;
  top: 0;
  vertical-align: bottom;
  margin: 0 22px 0 0;
}
/* line 780, sass/sass/new.scss */
.single .at-share-tbx-element .at-share-btn {
  transition: color .3s ease !important;
}
/* line 782, sass/sass/new.scss */
.single .at-share-tbx-element .at-share-btn:focus,
.single .at-share-tbx-element .at-share-btn:hover {
  transform: none;
}
/* line 783, sass/sass/new.scss */
.single .at-share-tbx-element .at-svc-link, .single .at-share-tbx-element .at-svc-link:focus, .single .at-share-tbx-element .at-svc-link:hover {
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
/* line 790, sass/sass/new.scss */
.executive-leadership, .professional-associations {
  box-sizing: border-box;
  text-align: center;
  padding: 40px 10px 0px;
  width: 100%;
}
/* line 791, sass/sass/new.scss */
.executive-leadership .grid, .professional-associations .grid {
  padding: 0;
}

/* line 794, sass/sass/new.scss */
.executive-leadership {
  background-color: #f8f8f8;
  padding-bottom: 40px;
}
/* line 795, sass/sass/new.scss */
.executive-leadership h2 {
  letter-spacing: 0;
  margin-bottom: 36px;
}
/* line 796, sass/sass/new.scss */
.executive-leadership ul {
  font-size: 0;
}
/* line 797, sass/sass/new.scss */
.executive-leadership ul li {
  background-color: white;
  max-width: 311px;
  display: inline-block;
  margin: 16px 0;
  height: 450px;
  vertical-align: top;
  position: relative;
}
/* line 798, sass/sass/new.scss */
.executive-leadership ul li .thumbnail {
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}
/* line 799, sass/sass/new.scss */
.executive-leadership ul li .thumbnail img {
  transition: transform 0.9s ease-out;
  pointer-events: none;
}
/* line 802, sass/sass/new.scss */
.executive-leadership ul li header {
  padding: 31px 33px;
}
/* line 803, sass/sass/new.scss */
.executive-leadership ul li header h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .025em;
  color: black;
  margin-bottom: 14px;
}
/* line 804, sass/sass/new.scss */
.executive-leadership ul li header h3 {
  padding-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 700;
}
/* line 806, sass/sass/new.scss */
.executive-leadership ul li footer {
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
}
/* line 807, sass/sass/new.scss */
.executive-leadership ul li footer a.read-bio {
  margin: 0 auto;
  font-size: 12px;
  text-transform: uppercase;
  color: #7c7c7c;
  font-weight: 700;
  letter-spacing: .2em;
  cursor: pointer;
  padding-bottom: 40px;
  background-image: url("../img/explore-more-plus.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: inline-block;
  transition: color 0.3s ease;
}
/* line 810, sass/sass/new.scss */
.executive-leadership ul li footer a.read-bio:hover {
  color: #ec2e5b;
}
/* line 812, sass/sass/new.scss */
.executive-leadership ul li .overlay {
  position: absolute;
  width: 100.01%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}
/* line 813, sass/sass/new.scss */
.executive-leadership ul li .overlay .inner {
  padding: 27px 31px;
}
/* line 814, sass/sass/new.scss */
.executive-leadership ul li .overlay .inner a.close {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  background-image: url("../img/leader-close.png");
  background-size: 32px 32px;
  cursor: pointer;
}
/* line 815, sass/sass/new.scss */
.executive-leadership ul li .overlay .inner p {
  text-align: left;
  line-height: 1.5;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 826, sass/sass/new.scss */
.executive-leadership ul li:hover .thumbnail img {
  transform: scale(1.1);
}

/* line 831, sass/sass/new.scss */
.professional-associations h2 {
  letter-spacing: 0;
  margin-bottom: 0;
}
/* line 832, sass/sass/new.scss */
.professional-associations ul {
  font-size: 0;
  text-align: center;
  margin: 25px 0;
}
/* line 833, sass/sass/new.scss */
.professional-associations li {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: 30px 0;
}
/* line 834, sass/sass/new.scss */
.professional-associations li img {
  max-width: 128px;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Responsive Video Wrapper
--------------------------------------------------------------*/
/* line 842, sass/sass/new.scss */
.embed-container {
  margin: 0 auto 28px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

/* line 843, sass/sass/new.scss */
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 375px) {
  /* line 852, sass/sass/new.scss */
  .about-section,
  .get-certified-section,
  .become-partner {
    padding: 40px;
  }

  /* line 855, sass/sass/new.scss */
  .technology-training-section .technology .tech-inner {
    padding: 40px;
  }
  /* line 856, sass/sass/new.scss */
  .technology-training-section .av-training .av-inner {
    padding: 40px;
  }

  /* line 859, sass/sass/new.scss */
  .tune-app-section {
    padding: 40px 40px 0;
  }

  /* line 861, sass/sass/new.scss */
  .dec-page {
    padding: 40px;
  }

  /* line 862, sass/sass/new.scss */
  .entry-content {
    padding: 40px;
  }

  /* line 864, sass/sass/new.scss */
  .cert-benifits {
    padding: 40px;
  }

  /* line 867, sass/sass/new.scss */
  .upcoming-events [class*="-schedule"] {
    padding: 40px;
  }

  /* line 869, sass/sass/new.scss */
  .performance-class {
    padding: 40px;
  }

  /* line 870, sass/sass/new.scss */
  .page-template-template-tech .get-certified-section {
    padding: 80px 40px 40px;
  }

  /* line 871, sass/sass/new.scss */
  .page-template-template-contact .dec-page .page-dec {
    padding: 40px 20px;
  }

  /* line 873, sass/sass/new.scss */
  #footer {
    padding: 75px 40px 75px;
  }
}
@media (min-width: 480px) {
  /* line 879, sass/sass/new.scss */
  .flyout ul {
    -webkit-column-count: 1 !important;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1 !important;
    /* Firefox */
    column-count: 1 !important;
  }

  /* line 885, sass/sass/new.scss */
  .professional-associations li {
    width: 33.3%;
  }

  /* line 886, sass/sass/new.scss */
  .executive-leadership ul li {
    margin: 16px;
  }

  /* line 887, sass/sass/new.scss */
  .upcoming-events .event .event-dates {
    padding: 0 0 0 30px;
  }
.footer-nav li {
  transition: .15s;
  list-style: none;
}

}
@media (min-width: 600px) {
  /* line 891, sass/sass/new.scss */
  .dec-page {
    padding: 70px 40px;
  }
  /* line 892, sass/sass/new.scss */
  .dec-page .page-icon {
    display: inline-block;
  }
  /* line 893, sass/sass/new.scss */
  .dec-page .page-dec {
    display: inline-block;
    width: 75%;
  }
  /* line 894, sass/sass/new.scss */
  .dec-page .page-dec h2, .dec-page .page-dec p {
    margin-left: 25px;
  }

  /* line 899, sass/sass/new.scss */
  .page-template-template-contact .white-wrap {
    padding-bottom: 73px;
  }
  /* line 900, sass/sass/new.scss */
  .page-template-template-contact .dec-page {
    padding: 70px 40px;
  }
  /* line 901, sass/sass/new.scss */
  .page-template-template-contact .dec-page .page-dec {
    padding: 23px 0 0 33px;
  }
  /* line 903, sass/sass/new.scss */
  .page-template-template-contact .map-container {
    height: 463px;
  }

  /* line 906, sass/sass/new.scss */
  .entry-content.dark {
    padding: 70px 40px;
  }
}
@media (min-width: 714px) {
  /* line 910, sass/sass/new.scss */
  .all-certifications [class*="col-"] {
    padding-bottom: 77px;
  }

  /* line 911, sass/sass/new.scss */
  .certifications-wrap > div:last-child [class*="col-"] {
    padding-bottom: 0;
  }

  /* line 912, sass/sass/new.scss */
  #content .grid.all-certifications > div {
    width: auto;
  }

  /* line 913, sass/sass/new.scss */
  #content .grid.all-certifications > div:first-child {
    width: 402px;
  }
}
@media (min-width: 768px) {
  /* line 917, sass/sass/new.scss */
  .menu-social-container {
    position: relative;
    right: -8px;
  }

  /* line 919, sass/sass/new.scss */
  #footer {
    padding: 100px 40px 54px;
  }
  /* line 920, sass/sass/new.scss */
  #footer .grid [class*='col-']:last-child {
    float: right;
  }
  /* line 921, sass/sass/new.scss */
  #footer ul#menu-social {
    text-align: right;
  }
  /* line 922, sass/sass/new.scss */
  #footer #copyright {
    text-align: right;
  }

  /* line 924, sass/sass/new.scss */
  #footer-email {
    float: right;
  }

  /* line 925, sass/sass/new.scss */
  .footer-nav #menu-footer {
    text-align: left;
  }

  /* Home */
  /* line 928, sass/sass/new.scss */
  .about-section {
    position: relative;
  }
  /* line 930, sass/sass/new.scss */
  .about-section h2 {
    margin-top: 33px;
  }
  /* line 931, sass/sass/new.scss */
  .about-section .content {
    width: 52.5%;
    padding-right: 30px;
  }
  /* line 932, sass/sass/new.scss */
  .about-section .image {
    display: inline-block !important;
    position: absolute;
  }
  /* line 933, sass/sass/new.scss */
  .about-section .about-section-bg {
    display: block;
  }

  /* line 937, sass/sass/new.scss */
  .about-section,
  .get-certified-section {
    padding: 60px 40px;
  }

  /* line 938, sass/sass/new.scss */
  .page-template-template-tech .get-certified-section {
    padding: 141px 40px 130px;
  }

  /* line 942, sass/sass/new.scss */
  .page-template-archive-certification .get-certified-section {
    padding: 134px 40px 133px;
  }
  /* line 943, sass/sass/new.scss */
  .page-template-archive-certification .get-certified-section .certifications-wrap {
    height: auto;
    opacity: 1;
  }
  /* line 944, sass/sass/new.scss */
  .page-template-archive-certification .get-certified-section h2 {
    margin-bottom: 60px;
  }

  /* line 949, sass/sass/new.scss */
  .technology-training-section .technology, .technology-training-section .av-training {
    background-image: none !important;
  }
  /* line 950, sass/sass/new.scss */
  .technology-training-section .av-training .av-inner {
    max-width: 450px;
    margin: 0 auto;
  }
  /* line 951, sass/sass/new.scss */
  .technology-training-section .technology .tech-inner {
    padding: 70px 40px;
  }
  /* line 952, sass/sass/new.scss */
  .technology-training-section .av-training .av-inner {
    padding: 70px 40px;
  }
  /* line 953, sass/sass/new.scss */
  .technology-training-section .technology, .technology-training-section .av-training {
    padding-bottom: 120px;
  }

  /* line 956, sass/sass/new.scss */
  .blog-section {
    padding-top: 5.7em;
    padding-bottom: 102px;
  }
  /* line 957, sass/sass/new.scss */
  .blog-section h3 {
    margin-bottom: 5em;
  }
  /* line 958, sass/sass/new.scss */
  .blog-section ul.posts {
    margin-bottom: 77px;
  }

  /* line 961, sass/sass/new.scss */
  .tune-app-section {
    position: relative;
    background: black url("../img/app-bg.png") no-repeat scroll center center/cover;
    padding: 0 0 0 40px;
  }
  /* line 962, sass/sass/new.scss */
  .tune-app-section .grid {
    position: relative;
    min-height: 635px;
    min-width: 0;
    max-width: 975px !important;
    margin: 0 auto;
  }
  /* line 963, sass/sass/new.scss */
  .tune-app-section .grid div:first-child {
    position: absolute;
    top: 144px;
    left: 0;
  }
  /* line 964, sass/sass/new.scss */
  .tune-app-section .grid div:last-child {
    position: absolute;
    right: 10.25%;
    bottom: 0;
    width: auto;
  }

  /* line 968, sass/sass/new.scss */
  .cert-benifits {
    padding: 70px;
  }
  /* line 969, sass/sass/new.scss */
  .cert-benifits .col-1-2 {
    padding: 53px 51px;
  }
  /* line 970, sass/sass/new.scss */
  .cert-benifits .col-1-2:nth-child(odd)::after {
    background: url("../img/crosshair.png") no-repeat scroll center/21px;
    content: "";
    height: 21px;
    position: absolute;
    right: -11px;
    top: -11px;
    width: 21px;
  }
  /* line 971, sass/sass/new.scss */
  .cert-benifits .col-1-2:last-child::before {
    background: url("../img/crosshair.png") no-repeat scroll center/21px;
    content: "";
    height: 21px;
    position: absolute;
    left: -11px;
    bottom: -11px;
    width: 21px;
  }

  /* line 975, sass/sass/new.scss */
  .partner-logos {
    padding: 100px 0 30px;
  }

  /* line 976, sass/sass/new.scss */
  .partner-slider {
    padding: 67px 0 2px;
  }
  /* line 977, sass/sass/new.scss */
  .partner-slider .slide {
    width: 33.3%;
    padding: 0 !important;
    margin-bottom: 43px;
  }

  @-moz-document url-prefix() {
    /* line 980, sass/sass/new.scss */
    .partner-slider {
      padding: 67px 0 2px;
    }
}

  /* line 983, sass/sass/new.scss */
  .entry-content {
    padding: 148px 40px;
  }
  /* line 984, sass/sass/new.scss */
  .entry-content p, .entry-content ul {
    padding: 0 72px;
  }
  /* line 985, sass/sass/new.scss */
  .entry-content ul {
    padding: 0 72px 0 90px;
  }
  /* line 986, sass/sass/new.scss */
  .entry-content a.a-right {
    margin: 70px 72px 58px;
  }

  /* line 988, sass/sass/new.scss */
  .single-career .entry-content .btn {
    margin-left: 104px;
  }

  /* line 991, sass/sass/new.scss */
  .entry-content.dark [class*="col-"] {
    padding: 0;
  }
  /* line 994, sass/sass/new.scss */
  .entry-content.dark h4,
  .entry-content.dark p,
  .entry-content.dark .embed-wrap {
    padding: 0 114px;
  }
  /* line 995, sass/sass/new.scss */
  .entry-content.dark h4 img {
    display: inline-block;
  }

  /* line 997, sass/sass/new.scss */
  .performance-class {
    padding: 86px 40px 35px;
  }

  /*.performance-classes { display: inline-block; width: auto; text-align: center;
  	> div { display: inline-block; max-width: 260.5px; width: auto; padding: 0 25px; }
  }*/
  /* line 1002, sass/sass/new.scss */
  .upcoming-events {
    padding: 110px 40px;
  }
  /* line 1003, sass/sass/new.scss */
  .upcoming-events footer {
    margin: 0 0 116px;
  }

  /* Blog */
  /* line 1007, sass/sass/new.scss */
  #page-title h1 {
    font-size: 60px;
  }

  /* line 1010, sass/sass/new.scss */
  .blog ul.posts, .archive ul.posts {
    max-width: 686px;
  }

  /* line 1013, sass/sass/new.scss */
  .blog-menu {
    margin: 75px auto;
  }
  /* line 1014, sass/sass/new.scss */
  .blog-menu ul {
    max-width: 100%;
  }
  /* line 1015, sass/sass/new.scss */
  .blog-menu ul li {
    margin: 0px;
  }
  /* line 1016, sass/sass/new.scss */
  .blog-menu ul li:first-child:before, .blog-menu ul li:last-child:after {
    content: none;
  }
  /* line 1017, sass/sass/new.scss */
  .blog-menu ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #7c7c7c;
    display: inline-block;
  }
  /* line 1018, sass/sass/new.scss */
  .blog-menu ul li:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #7c7c7c;
    display: inline-block;
  }

  /* line 1023, sass/sass/new.scss */
  .address-container,
  .map-container {
    height: 575px;
  }

  /* line 1025, sass/sass/new.scss */
  .single {
    /* WYSIWYG Editor */
  }
  /* line 1026, sass/sass/new.scss */
  .single .post {
    padding: 90px auto;
  }
  /* line 1027, sass/sass/new.scss */
  .single .post h1 {
    font-size: 60px;
  }
  /* line 1028, sass/sass/new.scss */
  .single .post .hero-img img {
    margin-bottom: 42px;
  }
  /* line 1029, sass/sass/new.scss */
  .single .post .entry-meta {
    margin-bottom: 54px;
  }
  /* line 1033, sass/sass/new.scss */
  .single .navigation > div {
    margin: 0 18px;
  }
  /* line 1034, sass/sass/new.scss */
  .single .navigation img {
    max-width: 222px;
  }
  /* line 1035, sass/sass/new.scss */
  .single .navigation .nav-prev.disabled span, .single .navigation .nav-next.disabled span {
    background-color: #7c7c7c;
    width: 222px;
    height: 103px;
  }
  /* line 1039, sass/sass/new.scss */
  .single .wysiwyg {
    position: relative;
  }
  /* line 1040, sass/sass/new.scss */
  .single .wysiwyg h3, .single .wysiwyg p, .single .wysiwyg img {
    margin-bottom: 38px;
  }
  /* line 1041, sass/sass/new.scss */
  .single .wysiwyg h3 {
    font-size: 24px;
  }
  /* line 1042, sass/sass/new.scss */
  .single .wysiwyg ol, .single .wysiwyg ul {
    margin: 0 auto 38px;
  }
  /* line 1043, sass/sass/new.scss */
  .single .wysiwyg p {
    font-size: 24px;
    margin: 0 auto 38px;
  }
  /* line 1044, sass/sass/new.scss */
  .single .wysiwyg blockquote p {
    font-size: 48px;
  }
  /* line 1047, sass/sass/new.scss */
  .single .addthis_inline_share_toolbox {
    margin: 40px 0 64px;
  }
  /* line 1048, sass/sass/new.scss */
  .single .at-icon-wrapper {
    height: 68px !important;
    width: 68px !important;
    border-radius: 34px;
  }
  /* line 1049, sass/sass/new.scss */
  .single .at-icon {
    height: 24px !important;
    width: 24px !important;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 20px;
    right: 0;
  }

  /* line 1052, sass/sass/new.scss */
  .embed-container {
    margin: 0 auto 38px;
  }

  /* line 1053, sass/sass/new.scss */
  .professional-associations li img {
    max-width: 198px;
  }

  /* line 1054, sass/sass/new.scss */
  .executive-leadership {
    padding: 112px 10px 103px;
  }

  /* line 1055, sass/sass/new.scss */
  .professional-associations {
    padding: 137px 10px 81px;
  }
  /* line 1056, sass/sass/new.scss */
  .professional-associations h2 {
    letter-spacing: 0;
    margin-bottom: 46px;
  }

  /* line 1058, sass/sass/new.scss */
  .become-partner {
    padding: 90px 0 74px;
  }

  /* line 1059, sass/sass/new.scss */
  .become-partner h2 {
    margin-bottom: 59px;
  }

  /* line 1060, sass/sass/new.scss */
  .become-partner-form form [class*="col-"] {
    max-width: none;
    margin: 0;
    padding: 0 15px 30px;
  }

  /* line 1062, sass/sass/new.scss */
  .become-partner-form form select {
    background-position: 91% 18px;
  }
  /* line 1063, sass/sass/new.scss */
  .become-partner-form form .submit-btn {
    padding-bottom: 0;
  }
}
@media (min-width: 800px) {
   .footer-nav li {
     transition: .15s;
     /*margin-bottom: 21px;*/
     list-style: none;
    }
}

@media (min-width: 960px) {
  /* line 1068, sass/sass/new.scss */
  .entry-content {
    padding: 188px 40px;
  }

  /* line 1070, sass/sass/new.scss */
  .page-template-default .entry-content,
  .single-career .entry-content {
    padding: 138px 40px 113px;
  }

  /* line 1072, sass/sass/new.scss */
  .about-section {
    padding: 90px 40px 148px;
  }
  /* line 1073, sass/sass/new.scss */
  .about-section img {
    max-width: 554px;
    width: 120%;
  }

  /* line 1075, sass/sass/new.scss */
  .get-certified-section {
    padding: 169px 40px 131px;
  }

  /* line 1078, sass/sass/new.scss */
  .page-template-archive-certification .get-certified-section h2 {
    margin-bottom: 96px;
  }

  /* line 1081, sass/sass/new.scss */
  .single-certification .get-certified-section {
    padding: 141px 40px 88px;
  }

  /* line 1084, sass/sass/new.scss */
  .technology-training-section p br {
    display: inline-block;
  }
  /* line 1085, sass/sass/new.scss */
  .technology-training-section .technology .tech-inner {
    padding: 90px 57px;
  }
  /* line 1086, sass/sass/new.scss */
  .technology-training-section .av-training .av-inner {
    padding: 90px 20px 90px 50px;
  }

  /* line 1089, sass/sass/new.scss */
  .dec-page {
    padding: 146px 40px 138px;
  }

  /* line 1090, sass/sass/new.scss */
  .dec-page .page-dec {
    width: 80%;
  }
  /* line 1091, sass/sass/new.scss */
  .dec-page .page-dec h2, .dec-page .page-dec p {
    margin-left: 50px;
  }

  /* line 1094, sass/sass/new.scss */
  .page-template-archive-certification .dec-page {
    padding: 133px 40px 138px;
  }

  /* line 1095, sass/sass/new.scss */
  .page-template-template-av-training .dec-page {
    padding: 130px 40px 141px;
  }

  /* line 1098, sass/sass/new.scss */
  .entry-content.dark {
    padding: 135px 40px 106px;
  }
  /* line 1099, sass/sass/new.scss */
  .entry-content.dark .grid {
    position: relative;
    left: 5px;
  }

  /* line 1102, sass/sass/new.scss */
  .performance-class {
    padding: 114px 0 47px;
  }

  /*.performance-classes { width: 100%;
  	> div { width: 25%; padding: 0 25px;
  		img { padding-top: 0; }
  		img.small { padding-top: 25px; }
  	}
  	> div:nth-child(3) { clear: none; }
  }*/
  /* line 1111, sass/sass/new.scss */
  .current-openings .opening .grid {
    min-width: unset;
  }

  /* line 1112, sass/sass/new.scss */
  .current-openings .opening .mobile-col-1-1 {
    width: 100% !important;
    margin: 0 !important;
  }

  /* line 1114, sass/sass/new.scss */
  .careers-dec {
    padding-bottom: 9.2em;
  }
  /* line 1115, sass/sass/new.scss */
  .careers-dec h2 {
    margin-top: 54px;
  }
  /* line 1116, sass/sass/new.scss */
  .careers-dec header p {
    margin: 0 auto 3.5em;
  }

  /* line 1118, sass/sass/new.scss */
  .current-openings {
    padding: 40px 75px;
  }
  /* line 1119, sass/sass/new.scss */
  .current-openings .opening {
    position: relative;
    padding: 0 40px 1.6em 40px;
  }
  /* line 1120, sass/sass/new.scss */
  .current-openings .opening .grid {
    position: relative;
  }
  /* line 1121, sass/sass/new.scss */
  .current-openings .opening .grid .opening-text {
    width: 100%;
    padding-right: 150px;
    box-sizing: border-box;
  }
  /* line 1124, sass/sass/new.scss */
  .current-openings .opening .grid .opening-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  /* line 1128, sass/sass/new.scss */
  .cert-benifits {
    padding: 145px 40px;
  }
  /* line 1129, sass/sass/new.scss */
  .cert-benifits .col-1-2 {
    padding: 53px 51px;
  }

  /* line 1132, sass/sass/new.scss */
  .upcoming-events [class*="-schedule"] {
    padding: 40px 50px;
  }

  /* line 1134, sass/sass/new.scss */
  .cd-faq-items {
    padding: 105px 20px 104px;
  }
  /* line 1135, sass/sass/new.scss */
  .cd-faq-items ul ul li {
    font-size: 16px;
  }

  /* line 1137, sass/sass/new.scss */
  .faq-category {
    font-size: 50px;
  }
  /* line 1138, sass/sass/new.scss */
  .faq-category .category-icon {
    top: 14px;
    height: 44px;
  }

  /* line 1142, sass/sass/new.scss */
  .cd-faq-group .sub-heading {
    padding-left: 40px;
    font-size: 30px;
  }
  /* line 1143, sass/sass/new.scss */
  .cd-faq-group .main-content {
    width: 80%;
  }
  /* line 1145, sass/sass/new.scss */
  .cd-faq-group .sub-heading:before,
  .cd-faq-group .sub-heading:after {
    top: 17px;
    left: 9px;
    height: 17px;
    width: 1px;
  }
  /* line 1146, sass/sass/new.scss */
  .cd-faq-group .sub-heading:after {
    top: 25px;
    left: 1px;
    height: 1px;
    width: 17px;
  }
  /* line 1147, sass/sass/new.scss */
  .cd-faq-group .sub-content {
    padding-left: 34px;
  }
  /* line 1148, sass/sass/new.scss */
  .cd-faq-group .sub-content p {
    font-size: 16px;
  }

  /* line 1151, sass/sass/new.scss */
  .become-partner {
    padding: 120px 0 98px;
  }

  /* line 1152, sass/sass/new.scss */
  .partner-logos {
    padding: 133px 0 30px;
  }
}
@media (min-width: 1054px) {
  /* line 1157, sass/sass/new.scss */
  .blog ul.posts, .archive ul.posts {
    max-width: 1034px;
  }
  /* line 1158, sass/sass/new.scss */
  .blog ul.posts li.double, .archive ul.posts li.double {
    max-width: 656px;
    width: 656px;
  }
  /* line 1159, sass/sass/new.scss */
  .blog ul.posts li.double .thumbnail, .archive ul.posts li.double .thumbnail {
    height: 263px;
  }

  /* line 1163, sass/sass/new.scss */
  .single .navigation > div {
    margin: 0 24px;
  }
  /* line 1164, sass/sass/new.scss */
  .single .navigation img {
    max-width: 307px;
  }
  /* line 1165, sass/sass/new.scss */
  .single .navigation .nav-prev.disabled span, .single .navigation .nav-next.disabled span {
    background-color: #7c7c7c;
    width: 307px;
    height: 143px;
  }

  /* line 1169, sass/sass/new.scss */
  .blog-menu ul li:before {
    width: 30px;
  }
  /* line 1170, sass/sass/new.scss */
  .blog-menu ul li:after {
    width: 30px;
  }

  /* line 1173, sass/sass/new.scss */
  .professional-associations {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1174, sass/sass/new.scss */
  .professional-associations h2 {
    letter-spacing: 0;
    margin-bottom: 48px;
  }
  /* line 1175, sass/sass/new.scss */
  .professional-associations li img {
    max-width: 234px;
  }
  /* line 1176, sass/sass/new.scss */
  .professional-associations .grid {
    max-width: 1200px;
  }

  /* line 1179, sass/sass/new.scss */
  .page-template-template-contact .white-wrap {
    padding-bottom: 146px;
  }
  /* line 1180, sass/sass/new.scss */
  .page-template-template-contact .dec-page {
    padding: 141px 0 139px;
  }
}
@media (min-width: 1300px) {
  /* line 1185, sass/sass/new.scss */
  .technology-training-section .technology-img {
    bottom: auto;
    top: 0;
  }
}
