/* Header */

* {
    outline: none;
}

header.header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}

.cms-toolbar-expanded header.header {
  top: 45px;
}

#sitemap ul li i.fa,
#sitemap ul li ul li:nth-child(1),
#sitemap ul li ul li:nth-child(2) {
    display: none;
}

.navBar {
  background-color: #ff9e16;
  color: #fff;
  text-align: right;
  height: 46px;
}

.navBar a {
  color: #fff;
  display: inline-block;
  line-height: 46px;
}

.navBar nav {
    vertical-align: top;
}

.navBar nav.left {
    display: inline-block;
    padding-right: 10px;
}

.navBar nav.left a {
  font-weight: 600;
}

.navBar nav.right {
    display: inline-block;
}

.navBar .right a {
  background-color: #ea1d76;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 600;
  float: left;
  margin-left: 2px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.navBar .right a:hover {
  background-color: #fff;
  color: #ea1d76;
}

.navBar .right a.social {
  background-color: #ffb145;
}

.navBar .right a.social:hover {
  background-color: #fff;
  color: #ffb145;
}

.navBar .right a.dropdownSearch.toggle {
  background-color: #6d335e;
}

.navBar .right a.dropdownCall.toggle {
  background-color: #e2231a;
}

.navBar .right i.fa-lock {
  margin-right: 5px;
}

.navBar .right i {
  font-size: 1.3em;
  vertical-align: middle;
}

#logo {
  float: left;
  padding-top: 18px;
  display: block;
  width: 20%;
  padding-left: 10px;
}

.navMain > .row {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
}

.navMain .logo {
  display: block;
  max-width: 100%;
}

.navMain .desktop {
  float: right;
  width: 80%;
}

.navMain .desktop .first-level {
    float: right;
}

.navMain .desktop .first-level ul {
  border-right: 2px solid #5bafa4;
}

.navMain .desktop .first-level > li {
  float: left;
  text-align: center;
  width: 25%;
}

.navMain .desktop .first-level > li > a {
  display: block;
  color: #3c3c3b;
  text-decoration: none;
  height: 135px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  font-weight: 500;
  font-size: 1.1em;
  border-right: 1px solid #EBEBEB;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.navMain .desktop .first-level > li:hover,
.navMain .desktop .first-level > li:hover > a,
.navMain .desktop .first-level > li.active,
.navMain .desktop .first-level > li.active > a,
.navMain .desktop .first-level > li.toggle,
.navMain .desktop .first-level > li.toggle > a {
  color: #369f91;
}

.navMain .desktop .first-level > li:hover:after,
.navMain .desktop .first-level > li.toggle:after {
  /*position: absolute;*/
  content: '';
  display: block;
  background-color: #369F91;
  width: 100%;
  height: 13px;
  margin-top: -13px;
  /*bottom: 0px;
  left: 0px;
  right: 0px;*/
  -webkit-animation: fadeIn 0.15s forwards linear;
  -moz-animation: fadeIn 0.15s forwards linear;
  -o-animation: fadeIn 0.15s forwards linear;
  animation: fadeIn 0.15s forwards linear;
}

.navMain .desktop .first-level > li:last-child > a {
  border-right: none;
}

.navMain .desktop .first-level > li > i {
  display: block;
  margin-top: -44px;
  margin-bottom: 22px;
  height: 22px;
  font-size: 1.4em;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.navMain .desktop .mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #369f91;
}

.navMain .desktop .mega-menu > .row {
  max-width: 1180px;
  min-width: 645px;
  padding: 0 15px;
}

.navMain .desktop .mega-menu > .row .columns {
  padding: 0;
}

.navMain .desktop .mega-menu ul {
  text-align: left;
  height: 100%;
}

.navMain .desktop .mega-menu ul li a {
  color: #fff;
  display: block;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: 300;
  line-height: 1.15em;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.navMain .desktop .mega-menu ul li a:hover {
  color: #369f91;
}

.navMain .desktop .mega-menu ul li a:hover:after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 2px;
  bottom: 0;
  background-color: white;
  z-index: -1;
}

.navMain .desktop .mega-menu ul li a i {
  display: block;
  float: right;
  font-size: 1.15em;
}

.navMain .desktop .mega-menu ul li:first-child a {
  border-top: none;
}

.navMain .desktop .mega-menu ul {
  display: none;
  -webkit-animation: fadeIn 0.15s forwards linear;
  -moz-animation: fadeIn 0.15s forwards linear;
  -o-animation: fadeIn 0.15s forwards linear;
  animation: fadeIn 0.15s forwards linear;
  margin: 20px 0;
}

.navMain .desktop .mega-menu ul li a:before {
  content: '';
  display: block;
  border-top: 2px solid #5bafa4;
  margin-top: -12px;
  margin-bottom: 12px;
  margin-left: -10px;
  margin-right: -10px;
}

.navMain .desktop .mega-menu ul li:first-child a:before {
  display: none;
}

.navMain .navToggle {
  width: 33px;
  height: 25px;
  position: relative;
  float: right;
  margin-top: 28px;
  margin-right: 20px;
  cursor: pointer;
  display: none;
}

.navMain .navToggle span {
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navMain .navToggle span:nth-child(2) {
  top: 9px;
}

.navMain .navToggle span:nth-child(3) {
  top: 18px;
}

.navMain .navToggle.close span:nth-child(1) {
  -webkit-transform: 45deg;
  -moz-transform: 45deg;
  -o-transform: 45deg;
  -ms-transform: 45deg;
  transform: rotate(45deg);
  top: 9px;
  left: 3px;
  right: 3px;
}

.navMain .navToggle.close span:nth-child(2) {
  opacity: 0;
}

.navMain .navToggle.close span:nth-child(3) {
  -webkit-transform: -45deg;
  -moz-transform: -45deg;
  -o-transform: -45deg;
  -ms-transform: -45deg;
  transform: rotate(-45deg);
  top: 9px;
  left: 3px;
  right: 3px;
}

.navDrop {
  position: absolute;
  top: 46px;
  width: 100%;
  padding: 35px;
  z-index: 99;
  height: 136px;
  color: #fff;
  display: none;
  -webkit-animation: fadeIn 0.15s forwards linear;
  -moz-animation: fadeIn 0.15s forwards linear;
  -o-animation: fadeIn 0.15s forwards linear;
  animation: fadeIn 0.15s forwards linear;
}

.navDrop.active {
  display: block;
}

.navDrop.actionCall {
  background-color: #e2231a;
  text-align: center;
}

.navDrop.actionCall p {
  font-size: 2em;
  line-height: 1em;
  padding-top: 15px;
  font-weight: 300;
}

.navDrop.actionCall a {
  color: #fff;
}

.navDrop.actionCall a.telephone {
  text-decoration: none;
}

.navDrop.actionSearch {
  background-color: #6d335e;
  height: auto;
}

.navDrop.actionSearch form {
    padding-right: 135px;
    position: relative;
}

.navDrop.actionSearch h2 {
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}

.navDrop.actionSearch p {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 7px;
  padding-top: 10px;
}

.navDrop.actionSearch input[type="search"] {
    width: 70%;
    border: 0px;
    background: white;
    font-family: 'Poppins', sans-serif;
    color: black;
    font-weight: 300;
    font-size: 22px;
    line-height: 22px;
    border-radius: 5px;
    vertical-align: top;
    width: 100%;
    padding: 8px 15px;
    height: 54px;
}

.navDrop.actionSearch button {
    width: 110px;
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 54px;
}

.advancedSearchLink {
    color: white;
    padding: 10px 0;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    margin-top: 5px;
}

.advancedSearchLink i {
    font-size: 16px;
}

.advancedSearch {
    display: none;
}

.advancedSearch .row {
  position: relative;
}

.advancedSearch .close {
  font-size: 30px;
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
}

.navDrop.actionSearch .advancedSearch form {
    padding-right: 0;
}

.navDrop.actionSearch .advancedSearch form button {
    position: inherit;
    right: inherit;
    bottom: inherit;
}

.advancedSearch h2 {
    margin-top: 15px;
}

.advancedSearch h3 {
  font-size: 1.5em;
  margin-bottom: 25px;
  padding-left: 10px;
}

.advancedSearch label {
    width: 100%;
    display: block;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 300;
}

.advancedSearch label input[type="checkbox"] {
    position: absolute;
    left: -10px;
}

.advancedSearch .selects label {
    width: 100%;
    padding-right: 58%;
    position: relative;
    font-size: 16px;
}

.advancedSearch .selects select,
.advancedSearch .selects textarea {
  width: 55%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px;
  font-family: 'Poppins', sans-serif;
}

.advancedSearch .selects select {
  padding: 4px;
}

.advancedSearch .selects textarea {
  height: 80px;
  padding: 8px;
}

.advancedSearch .actions {
  clear: both;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}

.advancedSearch button:disabled {
  opacity: 0.6;
}

.advancedSearch .results {
  display: inline-block;
  margin-right: 15px;
}

.advancedSearch.active {
  display: block;
}

/* Footer */

footer.footer {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

footer.footer .footerLower {
  background-color: #ff9e16;
  color: #fff;
  padding: 25px 20px;
}

footer.footer .footerLower .right {
  text-align: right;
}

footer.footer .footerTop {
  padding: 0 30px;
}

footer.footer .footerTop .left {
  padding: 40px 0;
}

footer.footer .footerTop .left h3 {
  font-size: 1.35em;
  font-weight: 300;
}

footer.footer .footerTop .left h3 a {
  color: #009fe3;
  text-decoration: none;
}

footer.footer .footerTop .left nav {
  font-size: 0.9em;
  color: #919191;
  padding-top: 20px;
}

footer.footer .footerTop .left nav a {
  color: #919191;
  text-decoration: underline;
}

footer.footer .footerTop .logo {
  display: block;
  float: right;
  padding-top: 28px;
}


/* Banners */

section.banner {
  position: relative;
  height: 378px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #ffffff;
  color: #fff;
}

section.banner h1 {
  color: #fff;
  font-weight: 300;
  padding-top: 60px;
  padding-right: 50px;
}

section.banner p {
  color: #fff;
  line-height: 1.4em;
  padding-top: 10px;
}

section.banner .button {
  margin-top: 15px;
}

section.banner .row {
  position: relative;
  z-index: 2;
}


/* Sidebar Navs */

.sidebar nav a {
  color: #3c3c3b;
  font-size: 1.15em;
  padding: 12px 15px 12px 8px;
  display: block;
  position: relative;
}

.sidebar nav a:hover {
  color: #3fbfad;
}

.sidebar nav a.active {
  color: #fff;
  background-color: #3fbfad;
}

.sidebar nav a.active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 13px 23px 0;
  border-color: rgba(0, 0, 0, 0) #3fbfae rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  right: 100%;
  top: 0px;
}

.sidebar {
  padding-bottom: 70px;
}

.sidebar .level-1 a {
  color: #575756;
  font-size: 1.05em;
  padding-left: 30px;
}

.sidebar .level-2 a {
  color: #575756;
  font-size: 1.00em;
  padding-left: 60px;
}

.sidebar .level-3 a {
  color: #575756;
  font-size: 0.90em;
  padding-left: 90px;
}


/* Standard & Global Page Content */

.breadcrumbs {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #919191;
  font-size: 0.95em;
}

.breadcrumbs label {
  color: #ea1d76;
}

.breadcrumbs a {
  color: #919191;
  text-decoration: underline;
}

.content article {
  padding-bottom: 50px;
}

.content article img {
  display: block;
  width: 100%;
  height: auto;
}

p.plugin_file img {
    max-width: 100%;
    display: inline;
    width:auto;
}

.content article img.captcha,
.modalContactForm img.captcha {
  max-width: 132px;
  display: block;
  width: 100%;
  height: auto;
}

h3.call {
  font-size: 1.8em;
}

h3.call a {
  color: #575756;
  font-weight: 600;
}

.welcome {
  background-image: url(../images/vector-faded-background.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 60px 0;
}

.portrait-container {
  width: 259px;
  display: inline-block;
  vertical-align: top;
}

.portrait {
  border: 15px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  background-color: #fff;
}

.portrait .image {
  width: 229px;
  height: 229px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border: 13px solid #ccc;
  position: relative;
}

.portrait .image a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-decoration: none;
}


/* Newsletter Signup */

.newsletter {
  background-color: #ea1d76;
  background-image: url(../images/newsletter-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 105px;
  color: #fff;
  text-align: right;
}

.newsletter h2 {
  float: left;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 105px;
  padding: 0px;
}

.newsletter .signup {
  display: block;
  float: right;
}

.newsletter .signup input {
  font-family: 'Poppins', sans-serif;
  color: #444;
  padding: 16px 13px;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 250px;
  font-size: 0.95em;
  display: inline-block;
  margin-left: 7px;
  vertical-align: top;
  margin-top: 26px;
}

.newsletter .signup button {
  margin-left: 7px;
  margin-top: 29px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.newsletter .signup button:hover {
  background-color: #fff;
  color: #EA1D76;
}


/* Homepage */

main.home {
  padding-bottom: 50px;
}

main.home .banner {
  background-blend-mode: darken;
  height: 448px;
}

main.home .services {
  text-align: center;
  position: relative;
  z-index: 3;
}

main.home .services .three.columns.color {
  position: relative;
  padding-top: 200px;
}

main.home .services .portrait {
  top: -50px;
  position: absolute;
  left: 50%;
  margin-left: -129px;
}

section.services {
  text-align: center;
}

section.services h4 {
  font-size: 1.35em;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1em;
}

section.services h4 i {
  display: inline;
  margin-left: 6px;
  vertical-align: middle;
}

section.services .color {
  text-align: center;
  padding: 0 0 45px 0;
}

section.services p {
  padding: 10px;
}

main.home .partners .logo {
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 20px;
}

main.home .partners h3 {
  margin-bottom: 10px;
}

main.home .partners .logo a {
  display: block;
  text-align: center;
  min-height: 129px;
}

main.home .partners .logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.home .viewAll {
  text-align: left;
}

/* Testimonials */

section.testimonials {
  background-image: url(../images/testimonial-background-paper.jpg);
  background-position: center;
  padding: 60px 0;
}

section.testimonials .line {
  border-left: 6px solid rgba(2, 119, 189, 0.3);
  padding: 100px 0px 60px 0px;
  position: relative;
}

section.testimonials .quote {
  width: 100%;
  padding-left: 35px;
}

section.testimonials h3 {
  color: #0277bd;
  padding-top: 0px;
  font-size: 1.6em;
}

section.testimonials p {
  color: #3c3c3b;
  font-weight: 500;
}

section.testimonials .flickity-page-dots {
  bottom: -25px;
  left: 35px;
  width: auto;
}

section.testimonials .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: transparent;
  border: 1px solid #0277BD;
  filter: alpha(opacity=100);
  opacity: 1;
}

section.testimonials .flickity-page-dots .dot.is-selected {
  background: #0277BD;
}

section.testimonials .quoteMarks {
  display: block;
  width: 60px;
  height: 44px;
  position: absolute;
  top: 40px;
  left: 35px;
}

section.testimonials .quoteMarks path {
  fill: #0277bd;
}


/* Cards */

section.cards {
  padding-bottom: 60px;
}

section.cards h3 {
  padding: 60px 0 20px 0;
}

section.cards .card {
  margin: 0px 8px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  min-height: 460px;
  margin-bottom: 20px;
}

section.cards .card .image {
  height: 218px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

section.cards .card .text {
  padding: 20px;
}

section.cards .card .date {
  font-style: italic;
  padding-top: 0px;
  font-size: 0.95em;
}

section.cards.caseStudies .card h4 {
  padding-top: 10px;
}

section.cards .card h4 a {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2em;
}

section.cards .card .cardLink {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

section.cards .card .archiveLink {
  background-color: #009fe3;
  color: #fff;
  font-size: 0.85em;
  text-align: center;
  position: absolute;
  bottom: -25px;
  right: 20px;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 55px;
  font-weight: 300;
}

section.cards.caseStudies .card .archiveLink {
  background-color: #ea1d76;
  line-height: 1.1em;
  padding-top: 12px;
}

section.cards .four.columns:first-child .card {
  margin-left: 0px;
}

section.cards .four.columns:last-child .card {
  margin-right: 0px;
}

/* Twitter Live Card */
section.cards .card.tweetCard {
	position: relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
     word-wrap:break-word;
}
section.cards .tweetCard .innerCard {
	background-color: rgb(0, 159, 227);
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.cards .tweetCard .innerCard:first-child {
	-webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	z-index: 2;
}
section.cards .tweetCard.flipped .innerCard:first-child {
	-webkit-transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
	-moz-transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
	-o-transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
	-ms-transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
	transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
	z-index: 1;
}
section.cards .tweetCard .innerCard {
	-webkit-transform: perspective(500px) rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
	-moz-transform: perspective(500px) rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
	-o-transform: perspective(500px) rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
	-ms-transform: perspective(500px) rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
	transform: perspective(500px) rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
	z-index: 1;
}
section.cards .tweetCard.flipped .innerCard:last-child {
	-webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	-ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	z-index: 2;
}
section.cards .tweetCard .follow {
	position: absolute;
	bottom: 40px;
	left: 25px;
	right: 25px;
}
section.cards .tweetCard h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 2.3em;
}
section.cards .tweetCard h2 i {
	float: right;
	font-size: 1.3em;
	padding-left: 10px;
}
section.cards .tweetCard h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	clear: both;
}
section.cards .tweetCard a {
	color: #fff;
	font-weight: 500;
}

/* Contact Bubble */

.contactBubble {
  position: fixed;
  z-index: 999;
  bottom: 100px;
  right: 100px;
  background-color: #009fe3;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 34px;
  display: none;
}

.contactBubble a {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 28px;
}

.contactBubble.appear {
  display: block;
  -webkit-animation: bubbleIn 0.45s forwards cubic-bezier(0.4, 1.39, 0.74, 1);
  -moz-animation: bubbleIn 0.45s forwards cubic-bezier(0.4, 1.39, 0.74, 1);
  -o-animation: bubbleIn 0.45s forwards cubic-bezier(0.4, 1.39, 0.74, 1);
  animation: bubbleIn 0.45s forwards cubic-bezier(0.4, 1.39, 0.74, 1);
}


/* Portrait Items */

section.portraits {
  text-align: center;
  padding: 60px 0;
}

section.portraits .item {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    display: inline-block;
    width: 300px;
    padding: 0 15px;
    margin-bottom: 20px;
    vertical-align: top;
}

section.portraits h4 {
  font-size: 1.35em;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.1em;
}

section.portraits h4 i {
  display: inline;
  margin-left: 6px;
}

section.portraits p {
    color: black;
}

section.portraits.active .item {
    opacity: 0.7;
}

section.portraits.active .item.active {
    opacity: 1;
}


/* Partners */

.viewAll {
  text-align: right;
}

/* Services Landing Page */

main.news-detail section.services,
main.servicesLanding section.services {
  padding-top: 45px;
}

main.servicesLanding section.services,
main.servicesLanding section.services .row {
  position: relative;
}

main.servicesLanding section.services:before {
  content: '';
  background-color: #FAFAFA;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 25%;
}

main.servicesLanding section.services .color {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

main.servicesLanding section.services.selected .color:not(.active) {
  opacity: 0.6;
}

main.servicesLanding section.level {
  position: relative;
  padding: 75px 0 65px 0;
  display: none;
}

main.servicesLanding section.level:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;

  content: '';
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 30px solid #FAFAFA;
}

main.servicesLanding section.level .item {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 25px;
  cursor: pointer;
  display: none;
}

main.servicesLanding section.level .item .item-content {
  padding: 5px 15px;
  background-color: white;
  min-height: 140px;
  height: 100%;
}

main.servicesLanding section.level .item h3 {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #EA1D76;
  font-size: 1.2em;
  font-weight: 500;
}

main.servicesLanding section.level .item p {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #3c3c3b;
}

main.servicesLanding section.level .item.active .item-content {
  background-color: #EA1D76;
}

main.servicesLanding section.level .item.active h3,
main.servicesLanding section.level .item.active p {
  color: white;
}

main.servicesLanding section.level.level-one {
  background-color: #F0F0F0;
}

main.servicesLanding section.level.level-two {
  background-color: #D1D1D1;
}

main.servicesLanding section.level.level-two:before {
  border-top-color: #F0F0F0;
}

main.servicesLanding .content {
  padding-top: 60px;
}

main.servicesLanding .content h2 {
  font-size: 2em;
}

main.servicesLanding .sidebar .image {
  padding-top: 60px;
  display: block;
  height: auto;
  width: 100%;
}

main.servicesLanding .testimonials .quote {
  padding-left: 30px;
  padding-right: 30px;
}

main.servicesLanding .testimonials h3 {
  font-size: 1.3em;
}

main.servicesLanding .testimonials .line {
  padding-bottom: 10px;
}


/* News */

main.news-landing .archiveLink {
  display: none;
}

main.news-landing section.cards .card {
  margin-bottom: 40px;
}

main.news-detail .backToNews {
  color: #3c3c3b;
}

main.news-detail .date {
  font-style: italic;
  padding-top: 0px;
  font-size: 0.95em;
}

main.news-detail .share {
  padding-top: 30px;
  color: #ccc;
}

main.news-detail .share .tweetThis {
  background-color: #1b95e0;
  color: #fff;
  font-size: 0.9em;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 6px;
  display: inline-block;
  margin-left: 10px;
}

main.news-detail .share .tweetThis:before {
  content: '\f099';
  font-family: 'FontAwesome';
  font-size: 12px;
  display: inline-block;
  margin-right: 3px;
}
.contentfilter {
	float: right;
  margin-top: -67px;
	margin-right: 10px;
  padding: 0px;
}
.contentfilter input {
    background: none;
    padding: 5px;
    display: inline-block;
    border-radius: 0px;
		border: #e2e2e2 solid 2px;
    font-size: 1.2em;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		color:#666;
}
.contentfilter input:hover {
    background: #ea1d76;
		border: #ea1d76 solid 2px;
		color:#fff;
}
.contentfilter select {
    background: none;
    padding: 5px;
    display: inline-block;
    border-radius: 0px;
		border: #e2e2e2 solid 2px;
    font-size: 1.2em;
    -webkit-appearance:none;
		color:#666;
}
/* Contact */

main.contact {
  padding-bottom: 60px;
}

main.contact .content h1 {
  font-size: 2.4em;
  margin-bottom: 15px;
}

main.contact .map {
  position: relative;
}

main.contact .map div {
  height: 220px;
  width: 100%;
}

main.contact .enlarge {
  background-color: #009fe3;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 20;
  font-size: 0.95em;
  font-weight: 300;
  padding: 7px 10px 8px 10px;
}

main.contact .maps .map {
  padding-top: 30px;
}

.contactForm label {
  width: 100%;
  font-size: 1.1em;
}

.contactForm input[type=text],
.contactForm input[type=number],
.contactForm input[type=email],
.contactForm textarea {
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #444;
  padding: 14px 13px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.95em;
  margin-top: 5px;
}

.contactForm textarea {
  height: 170px;
}

.contactForm input[name=captcha_1] {
  width: 300px;
  display: inline-block;
  margin-top: 25px;
}

ul.errorlist {
  color: #FF0000;
  font-weight: bold;
}

.contactForm > div,
.contactForm p {
  padding: 5px 0 10px 0;
}

.contactForm h4 {
  margin-top: 20px;
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: 300;
}

.contactForm button[type=submit] {
  background-color: #ea1d76;
  border: 2px solid #ea1d76;
  margin-left: 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contactForm button[type=submit]:hover {
  background-color: #FF9E16;
  border: 2px solid #FF9E16;
}

.contactForm .inline label {
  width: auto;
  display: inline-block;
}

main article .contactForm ul {
  list-style: none;
  padding: 6px 0px 6px 0px;
}


/* Contact Form Modal */

.modalContactForm {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 999;
  background-color: rgba(60, 60, 59, 0.8);
  overflow: auto;
  -webkit-animation: fadeIn 0.15s forwards linear;
  -moz-animation: fadeIn 0.15s forwards linear;
  -o-animation: fadeIn 0.15s forwards linear;
  animation: fadeIn 0.15s forwards linear;
  display: none;
}

.modalContactForm.active {
  display: block;
}

.modalContactForm .inner {
  position: absolute;
  top: 200px;
  background-color: #fff;
  width: 750px;
  padding: 35px;
  left: 50%;
  margin-left: -375px;
  margin-bottom: 200px;
}

.modalContactForm .close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 1.8em;
  cursor: pointer;
}

.modalContactForm h2 {
  font-size: 2.5em;
  color: #ea1d76;
  font-weight: 200;
  margin-bottom: 10px;
}


/* Services Color */

.color.learners h4,
.color.learners .content h2,
.color.learners .testimonials h3 {
  color: #6d335e;
}

.color.learners .testimonials .quoteMarks path {
  fill: #6d335e;
}

.color.learners .portrait .image {
  border-color: #6d335e;
}

.color.learners section.testimonials .line {
  border-color: rgba(109, 51, 94, 0.3);
}

.color.staff-development h4,
.color.staff-development .content h2,
.color.staff-development .testimonials h3 {
  color: #ff9e16;
}

.color.staff-development .testimonials .quoteMarks path {
  fill: #ff9e16;
}

.color.staff-development .portrait .image {
  border-color: #ff9e16;
}

.color.staff-development section.testimonials .line {
  border-color: rgba(255, 158, 22, 0.3);
}

.color.leaders-governors h4,
.color.leaders-governors .content h2,
.color.leaders-governors .testimonials h3 {
  color: #ea1d76;
}

.color.leaders-governors .testimonials .quoteMarks path {
  fill: #ea1d76;
}

.color.leaders-governors .portrait .image {
  border-color: #ea1d76;
}

.color.leaders-governors section.testimonials .line {
  border-color: rgba(234, 29, 118, 0.3);
}

.color.business-resources h4,
.color.business-resources .content h2,
.color.business-resources .testimonials h3 {
  color: #3fbfad;
}

.color.business-resources .testimonials .quoteMarks path {
  fill: #3fbfad;
}

.color.business-resources .portrait .image {
  border-color: #3fbfad;
}

.color.business-resources section.testimonials .line {
  border-color: rgba(63, 191, 173, 0.3);
}


/* IE Compatibility */

html.ieOld .navMain .desktop .first-level > li > a {
  padding: 45px 20px;
}

html.ie .banner:before,
html.ie .banner:after {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

html.ie .banner.home:after {
  background-image: url(/static/images/banner-home-overlay-fallback.png);
}

html.ie .banner.standard:after {
    background-image: url(/static/images/banner-standard-overlay-fallback.png);
}

html.ie .banner.leaders-governors:after {
  background-image: url(/static/images/banner-leaders-governors-overlay-fallback.png);
}

html.ie .banner.staff-development:after {
  background-image: url(/static/images/banner-staff-development-overlay-fallback.png);
}

html.ie .banner.learners:after {
  background-image: url(/static/images/banner-learners-overlay-fallback.png);
}

html.ie .banner.business-resources:after {
  background-image: url(/static/images/banner-business-resources-overlay-fallback.png);
}

/* Related files */

.relatedFiles {
  padding: 20px;
  background: #f1f1f1;
  margin-top: 30px;
}

.relatedFiles h3 {
  color: #ea1d76;
  padding-top: 0px;
}

.relatedFiles p {
  line-height: 1.4em;
  padding-top: 0px;
}

/* Trusted Partners */
.partnerBox {
		border: solid 1px #e4e2e2;
    min-height: 190px;
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.partnerBox h2 {
		font-size: 1.2em;
    padding: 2em 1em 0.5em 1em;
    font-weight: 600;
    line-height: 1.4em;
}
section.TrustedPartners {
    padding: 4em 0px;
    text-align: center;
}
.featuredPartner {
    text-align: left;
}
.featuredPartner .five a {
    width: 100%;
    min-height: 180px;
    display: block;
    text-align: center;
    padding: 4em 0px 3em 0px;
}
.featuredPartner .five img {
    max-width: 100%;
    height: auto;
		margin:0px 1em;
}
.featuredPartner .seven.columns {
    padding: 2em 10px 1em 10px;
}
.featuredPartner .partnerBox {
		position: relative;
}
.featuredPartner .partnerBox h2 {
    font-size: 1.4em;
    padding: 0px 0px 0.5em 0px;
}
.featuredTitle {
		display:inline-block;
		background:#6d335e;
		color:#fff;
		position: absolute;
	  z-index: 10;
		padding: 0.5em;
		left: 0;
		top: 0;
}


/* Responsive */

@media handheld,
only screen and (max-width:1600px) {
  .contactBubble {
    right: 40px;
  }
}

@media handheld,
only screen and (max-width:1450px) {
  .contactBubble,
  .contactBubble.appear {
    display: none;
  }
}

@media handheld,
only screen and (max-width:1240px) {
  main section,
  .welcome {
    padding-left: 20px;
    padding-right: 20px;
  }
  main h1 {
    font-size: 3.1em;
  }
  .newsletter h2 {
    font-size: 1.5em;
    width: 30%;
    line-height: 1em;
    padding-top: 28px;
  }
}

@media handheld,
only screen and (max-width:1050px) {
  .portrait .image {
    width: 188px;
    height: 188px;
    border-width: 10px;
  }
  .portrait {
    width: 215px;
    height: 215px;
  }
  main.home .services .portrait {
    margin-left: -107px;
  }
  main.home .services .three.columns.color {
    padding-top: 155px;
  }
  .newsletter .signup {
    width: 80%;
  }
  .navDrop.actionCall p {
    font-size: 1.5em;
    padding-top: 23px;
  }
  .newsletter h2 {
    width: 160px;
    padding-bottom: 26px;
  }
  .newsletter .signup input {
    margin-top: 36px;
  }
  .newsletter .signup button {
    margin-top: 39px;
    padding: 10px;
  }
}

@media handheld,
only screen and (max-width:900px) {
  section.banner {
    background-position: 25%;
  }
  .portrait {
    width: 180px;
    height: 180px;
    border-width: 10px;
  }
  .portrait .image {
    width: 160px;
    height: 160px;
  }
  main.home .services .portrait {
    margin-left: -80px;
  }
  main.home .services .three.columns.color {
    padding-top: 125px;
  }
  main h1 {
    font-size: 2.6em;
    padding-right: 25px;
  }
  .navMain .desktop .first-level > li > a {
    padding: 15px;
  }
  #logo {
    padding-top: 35px;
  }
  .navDrop.actionCall p {
    font-size: 1.2em;
  }
  .newsletter .signup {
    width: 77%;
  }
  .newsletter .signup input {
    width: 205px;
  }
  section.cards .card {
    margin-left: 0px;
    margin-right: 0px;
  }
  section.services h4 i {
    display: none;
  }
  footer.footer .footerTop .left h3 {
    font-size: 1.1em;
  }
}

@media handheld,
only screen and (max-width:800px) {
  .newsletter h2 {
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
  }
  .newsletter .signup input {
    padding: 10px 13px;
  }
  .newsletter .signup button,
  .newsletter .signup input {
    margin-top: 0px;
  }
  .newsletter .signup {
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
  }
  .navMain .desktop .first-level > li > a {
    padding: 12px;
    font-size: 1em;
  }
  section.banner p {
    padding-top: 5px;
  }
  section.banner h1 {
    padding-top: 40px;
  }
  main h1 {
    font-size: 2.4em;
  }
  .navBar .right a.social {
    display: none;
  }
  section.cards .card .text {
    padding: 20px 15px;
  }
  .contactForm input[name=captcha_1] {
    width: 190px;
  }
}

@media handheld,
only screen and (min-width:700px) {
  .mobileMenu {
    display: none !important;
  }
}

@media handheld,
only screen and (max-width:699px) {
  section.banner,
  main.home .banner {
    background-position: 0%;
    height: auto;
    padding-bottom: 65px;
  }
  .navBar nav.left {
    display: none;
  }
  header.header {
    position: absolute;
    z-index: 9999;
  }
  .navMain .desktop {
    display: none;
  }
  .navMain .navToggle,
  .navMain .mobileMenu {
    display: block;
  }
  #logo {
    padding-top: 15px;
    padding-bottom: 20px;
    width: 115px;
  }
  main {
    padding-top: 125px;
  }
  .navDrop {
    height: 79px;
    padding: 15px;
  }
  .navDrop.actionCall p {
    font-size: 1em;
    padding-top: 10px;
  }
  .navDrop.actionSearch p {
    padding-bottom: 0px;
    padding-top: 6px;
    font-size: 1.5em;
  }
  section.services h4 {
    margin-top: 10px;
  }
  main.home .services .three.columns.color {
    padding-bottom: 55px;
  }
  main.home .services {
    margin-bottom: 0px;
  }
  main h1 {
    font-size: 2em;
  }
  .newsletter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .newsletter .signup input {
    width: 45%;
  }
  .newsletter .signup button {
    display: block;
    margin: 15px auto 0px auto;
    padding: 7px 10px 5px 10px;
  }
	.contentfilter {
		float: none;
		margin-top: 5px;
		margin-right: 10px;
	}
  section.cards .card {
    margin-bottom: 25px;
  }
  section.cards {
    padding-left: 0px;
    padding-right: 0px;
  }
  footer.footer .footerTop {
    padding: 0 5px;
  }
  footer.footer .footerTop .logo {
    display: none;
  }
  footer.footer .footerLower .left {
    text-align: center;
    margin-bottom: 5px;
    font-size: 0.8em;
  }
  footer.footer .footerTop .left h3 {
    font-size: 1em;
  }
  footer.footer .footerLower .right {
    text-align: center;
    font-size: 0.8em;
  }
  main section.content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sidebar {
    display: none;
  }
	.featuredPartner .five a {
    min-height: 100px;
	}
}

@media handheld,
only screen and (max-width:450px) {
  .navBar {
      height: 38px;
  }
  .navBar nav.right a {
    padding: 0 12px;
    line-height: 38px;
    font-size: 0.7em;
  }
  .navDrop {
    top: 38px;
  }
  main {
    padding-top: 117px;
  }
  section.banner {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.banner h1 {
    padding-top: 30px;
  }
  main.home .services .portrait {
    top: -20px;
  }
  main.home .services .three.columns.color {
    padding-top: 160px;
  }
  .newsletter .signup input {
    margin-bottom: 10px;
    width: 100%;
  }
  .newsletter .signup button {
    margin: 5px auto 0px auto;
  }
  footer.footer .footerTop .left h3 a {
    display: block;
  }
  .contactForm input[name=captcha_1] {
    width: 135px;
  }
  .contactForm button[type=submit] {
    margin-left: 15px;
    padding: 12px 9px;
  }
}
