/* ALERT MESSAGE */

.alertbanner a {
  color: #000000;
  text-decoration: underline;
}

/* POSTS */

.postdatedivider {
  width: 50px;
  height: 3px;
  background: #000000;
  margin-bottom: 20px;
}

/* Global */

body {
  font-size: 14px;
  border-bottom: none;
}

* {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.browsehappy {
  position: fixed;
  top: 0;
  padding: 5px 20px;
  width: 100%;
  z-index: 2147483647;
}

.container {
  width: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h2 {
  margin-bottom: 1em;
}
h6 {
  font-size: 0.9em;
  margin: 1em 0;
  font-family: gotham_bold;
  text-transform: uppercase;
}
hr {
  clear: both;
  border-top: 1px solid #d6d6d6;
}
small {
  display: inline-block;
  line-height: 1.5em;
}

blockquote {
  display: table;
  border-color: #e0e0e0;
  border-width: 1px 0;
  border-style: dotted;
  margin: 0 0 20px 0;
  padding: 20px 10px 20px 60px;
  background: transparent url("../img/layout/blockquote.png") no-repeat 0 20px;
  font-size: 1.1rem !important;
  line-height: 1.5em !important;
}

.blockquote-footer {
  color: #000000;
}

blockquote p {
  margin: 1em 0;
}

.title {
  font-family: gotham_regular;
  font-size: 21px;
  line-height: 1.2em !important;
}

.title-sm {
  font-family: gotham_regular;
  font-size: 18px;
  line-height: 1.3em !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

table th,
table td {
  float: none !important;
  clear: none !important;
}

/* Borders */
.consultation-result img {
  margin-left: 20px;
  border: 5px solid #e6e6e6;
}

/* Case */
.titlecase {
  text-transform: capitalize;
}

.noborder {
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.nowhitespace {
  padding: 0px !important;
  margin: 0px !important;
}

.nounderline,
.nounderline a {
  text-decoration: none;
}

/* Colors */
.blue {
  color: #0a7bc2 !important;
}
.green {
  color: #62b273 !important;
}
.white {
  color: #fff !important;
}
.yellow {
  color: #ffcc00 !important;
}

/* Backgrounds */
.bluebg {
  background: #0a7bc2 !important;
}
.greenbg {
  background: #62b273 !important;
}
.darkgraybg {
  background: #444444 !important;
}

/* Align */
.aligncenter {
  margin: auto;
  display: block;
}

.pushleft {
  float: left;
}

.pushright {
  float: right;
}

/* Breadcrumb */
.breadcrumb {
  width: 100%;
  background-color: transparent;
}

.breadcrumb a {
  font-family: gotham_bold;
  text-decoration: none;
}

/* counter */
.count {
  font-size: 42px;
  color: #c44f57;
}

.count-description {
  font-size: 0.95em;
  padding-right: 15px;
  line-height: 18px;
}

.cleardiv {
  clear: both;
}

.circlesmall {
  background: #6460aa;
  margin: auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-family: gotham_medium;
  font-size: 14px;
}

.circle {
  border-radius: 50%;
  width: 225px;
  height: 225px;
  background: #47aeb7;
  text-align: center;
  color: #fff;
  /* display: block; */
  margin: 20px auto;
  padding: 14% 3.5%;
  line-height: 1.4em;
  font-size: 1.1em;
}

.circle .large {
  font-size: 2em;
  display: block;
  padding: 10px 0;
  font-family: gotham_bold;
}

.circle a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.boxit {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 10px;
}

.boxit li {
  /*	background: url("../img/layout/bullet-arrow-close.png") 0px 4px no-repeat !important; */
  margin: 0px !important;
}

.boxit li a {
  text-decoration: none;
}

.large-text {
  font-size: 1.3em;
}

.common-listings .common-listing {
  padding: 2em 0 2em 0;
}

.highlight {
  font-size: 1.5em;
  font-family: gotham_regular;
  line-height: 1em;
  margin: 0;
  color: #0a7bc2;
  vertical-align: middle;
}

.funfact {
  font-family: gotham_regular;
  text-align: center;
  margin: auto;
  padding: 0 5% 25px;
  border-bottom: 1px solid #d6d6d6;
}

table {
  margin: 0;
}
table a {
  text-decoration: none;
}

table ul {
  margin: 0;
}

table li {
  padding-bottom: 0 !important;
}

table img {
  margin-bottom: 10px !important;
}

/* Bootstrap */

.btn {
  border-radius: 10rem !important;
}

.btn-primary,
.badge-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0a7bc2;
  border-color: #0a7bc2;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-light,
.badge-light,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
  border: 2px solid #fff;
  color: #6460aa;
}

.btn-light:hover {
  color: #fff;
  background-color: #6460aa;
  border-color: #fff;
  border: 2px solid #fff;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.375rem 1rem !important;
  text-transform: uppercase;
  font-family: gotham_bold;
  font-size: 80%;
}

.btn-link {
  color: #0a7bc2;
}

.lead {
  line-height: 1.4em;
}

small {
  font-size: 90%;
}

/* =Grids and Columns
------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .grid-row .grid_3,
  .main-content .grid-row .grid_3,
  #perspectives-content .grid-row .grid_3 {
    width: 31.90558%;
  }
}

.wide {
  width: 100%;
  clear: both;
}

.wide object {
  margin: auto;
}

/* jQuery UI */
.ui-accordion .ui-state-default,
.ui-accordion .ui-widget-content {
  border: none;
}

.ui-accordion .ui-state-default .ui-icon {
  display: none;
}

.ui-accordion .ui-accordion-header {
  border-top: #d6d6d6 1px solid;
  padding: 0.8em 2em 0.8em 2em;
  margin: 0;
  font-size: 16px;
  background: url("../img/layout/sprite.png") 13px -199px no-repeat;
  cursor: pointer;
  outline: none;
}

.ui-accordion .ui-accordion-header:hover {
  text-decoration: none;
  color: #0a7bc2;
  background-color: #eee;
}

.ui-accordion .ui-accordion-header-active {
  font-family: gotham_bold;
  background-color: #eee;
  color: #0a7bc2;
  background-position: 12px -366px;
  border-bottom: 1px solid #d6d6d6;
}

.ui-accordion .ui-accordion-content {
  background: #eee;
  padding: 1.7em 2em;
  border-top: 1px solid #fff;
  font-size: 14px;
}

.ui-accordion .ui-accordion-content a {
  color: #0a7bc2;
}

/* UTILITY MENU */

.header .utility-nav > ul > li.sprite {
  height: 18px;
  width: 23px;
  margin: 1.6em 0 0 1em;
  padding: 0;
}

.header .utility-nav > ul > li.sprite > a {
  display: inline-block;
  height: 18px;
  width: 23px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.header .utility-nav > ul > li.facebook {
  background-position: -156px -21px;
  width: 16px;
}

.header .utility-nav > ul > li.facebook:hover,
.header .utility-nav > ul > li.facebook:focus {
  background-position: -156px -40px;
}

.header .utility-nav > ul > li.twitter {
  background-position: 0 -22px;
}

.header .utility-nav > ul > li.twitter:hover,
.header .utility-nav > ul > li.twitter:focus {
  background-position: 0 -40px;
}

.header .utility-nav > ul > li.instagram {
  background-position: -25px -22px;
}

.header .utility-nav > ul > li.instagram:hover,
.header .utility-nav > ul > li.instagram:focus {
  background-position: -25px -40px;
}

.header .utility-nav > ul > li.linkedin {
  background-position: -49px -22px;
}

.header .utility-nav > ul > li.linkedin:hover,
.header .utility-nav > ul > li.linkedin:focus {
  background-position: -49px -40px;
}

.header .utility-nav > ul > li.contactus {
  background-position: -173px -22px;
}

.header .utility-nav > ul > li.contactus:hover,
.header .utility-nav > ul > li.contactus:focus {
  background-position: -173px -40px;
}

.main-nav > ul > li > ul > li > a {
  padding: 0 1.6em;
}

/* FOOTER STYLES */

.social-media > li > a.linkedin {
  background-position: -49px -22px;
}

.social-media > li > a.linkedin:hover,
.social-media > li > a.linkedin:focus {
  background-position: -49px -40px;
}

/* CONTENT STYLES */

.the-content {
  line-height: 1.5em;
}

.the-content ul {
  padding-left: 0;
}

.the-content ul li {
  margin: 0px;
  background: url("../img/layout/bullet-arrow-close.png") 0px 4px no-repeat;
}

.the-content small ul li {
  background: url("../img/layout/bullet-arrow-close.png") 0px 2px no-repeat;
  padding-left: 1em;
}

.the-content img {
  margin-bottom: 20px;
}

.submit-btn {
  background: #21890d;
}

.common-btn {
  font-size: 14px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 20px;
  padding: 0.5em 1.3em;
  border-radius: 100px;
  font-family: gotham_light;
  text-transform: none;
}

table.pathways h1 {
  margin: 0 !important;
}

table.pathways th {
  border-top: none !important;
}

table.pathways tr:nth-child(2),
table.pathways tr:last-child {
  border-top: 3px solid #000;
}

table.pathways th,
table.pathways td {
  vertical-align: middle !important;
}

table.pathways img {
  margin-top: 5px !important;
}

/* REGISTRATION BUTTON */

.the-content .registerbtn {
  color: #fff;
  background: #3ca428;
  padding: 0.6em 1.2em;
  border-radius: 0.3em;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}

.the-content .registerbtn:hover {
  background: #ffcc00;
}

/* ACCORDION STYLES */

.the-content .accordion {
  margin-bottom: 2em;
  /*border: 1px solid #d6d6d6;
	border-radius: 10px;*/
}

.the-content .accordion > p {
  margin: 0;
}

.the-content .accordion > br {
  display: none;
}

.the-content h3 {
  font-family: gotham_regular;
}

.accordion .accordion-title {
  border-top: #d6d6d6 1px solid;
  padding: 0.8em 2em 0.8em 2em;
  margin: 0;
  background: url("../img/layout/sprite.png") 13px -199px no-repeat;
  cursor: pointer;
}

.accordion .accordion-title:nth-child(1) {
  border-top: #d6d6d6 0px solid;
}

.accordion .accordion-title:hover {
  text-decoration: none;
  color: #0a7bc2;
  background-color: #eee;
}

.accordion .accordion-title.open {
  font-family: gotham_bold;
  background-color: #eee;
  color: #0a7bc2;
  background-position: 12px -366px;
  border-bottom: 1px solid #d6d6d6;
}

/*.accordion .accordion-title.open:nth-child(1), .accordion .accordion-title:nth-child(1):hover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}*/

.accordion .accordion-content {
  background: #eee;
  padding: 0 2em 1.7em 2em;
  border-top: 1px solid #fff;
}

/*.accordion .accordion-content:nth-last-child(1), .accordion .accordion-title:nth-last-child(1):hover {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}*/

.accordion .accordion-content ul li ul {
  margin: 0.9em 0.9em 0;
}

.accordion .accordion-content h6 {
  font-family: gotham_regular;
  font-weight: normal;
}

/* TESTIMONIALS */

.testimonial-quote {
  margin: 0 0 20px 0;
  padding: 20px 10px 20px 60px;
  background: transparent url("../img/layout/blockquote.png") no-repeat 0 20px;
  border-color: #e0e0e0;
  border-width: 1px 0;
  border-style: dotted;
}

.testimonial-details {
  font-size: 0.9em;
  line-height: 18px;
  margin-top: 10px;
}

/* RFP STYLES */

.the-content .request-deadline {
  padding: 1.2em 0 0 0 !important;
}

.the-content .requestbanner {
  margin-bottom: 20px;
}

/* UPDATES TO RELATED DOCUMENTS */

.page-documents {
  padding: 1.5em;
  background: #eee;
}

.page-documents .page-document .media-body {
  padding-top: 0.5em;
}

.page-documents .page-document h2 {
  width: 80%;
  margin-bottom: 0.3em;
}

/* HOMEPAGE MAIN CONTENT */

.main-content-home {
  padding: 1em 0 1.5em;
}

/* HERO IMAGE SLIDESHOW */

.home .hp-feature .hf-content-block {
  width: auto;
}

.home .hp-feature .hf-content-block > h1 {
  /* background: #000; */
  /* background: rgba(0, 0, 0, 0.75); */
  font-family: gotham_light;
  /* -o-text-shadow: 1px 1px 4px #333333; */
  /* text-shadow: 1px 1px 4px #333333; */
}

.home .hp-feature .hf-content-block > .hf-content-block-inner {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  padding: 1em 1.4em 1.2em 1.4em;
  font-size: 23px;
  display: inline-block;
}

.home .hp-feature .hf-content-block > .hf-content-block-inner > p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.home .hp-feature .hf-content-block > .hf-content-block-inner a {
  color: #fff;
  text-decoration: none;
}

.home .hp-feature .hf-content-block > .hf-content-block-inner a:hover,
.home .hp-feature > .hf-content-block > .hf-content-block-inner a:focus {
  text-decoration: underline;
}

.home .hp-callouts .grid > .grid-content > h1 {
  font-size: 20px;
}

.home .hp-feature .slick-prev {
  left: 12px;
}

.home .hp-feature .slick-next {
  right: 26px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 36px;
}

.home .hp-feature .slick-dots {
  bottom: 0;
}

.home .hp-feature .slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  color: #fff;
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

/* HOMEPAGE SPONSORS AND PARTNERS */

.sponsors-partners h2 {
  margin-bottom: 15px !important;
  font-family: gotham_regular !important;
  font-size: 12px;
  text-align: center;
  text-transform: none !important;
  border-bottom: none !important;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}

.sponsors-partners .image-container {
  display: table;
  margin: auto;
}

.sponsors-partners > .grid img {
  margin: 0 1em 3em;
  max-width: 175px;
  height: auto;
  max-height: 50px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}

/* HOMEPAGE FEATURED CALLOUTS */

.hp-callouts .event-title {
  margin-bottom: 0.2em !important;
}

.hp-callouts .event-date {
  margin-bottom: 0.8em;
  font-size: 15px;
  color: #0a7bc2;
}

.hp-callouts .event-register-btn {
  margin-top: 7px;
}

.hp-callouts .event-register-btn a {
  background: #0a7bc2;
  padding: 0.5em 1.2em;
  border-radius: 0.3em;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  font-family: gotham_medium;
}

.hp-callouts .event-register-btn a:hover {
  background: #000;
}

/* HOMEPAGE CALLOUTS */

.home .hp-callouts-learn > .grid_2 > .grid-content {
  font-family: gotham_regular;
  font-size: 16px !important;
}

.home .hp-callouts-learn > .grid_2 > .grid-content h1 {
  font-family: gotham_light;
  font-size: 42px !important;
  text-transform: none;
}

.home .hp-callouts-learn > .grid_2 > .grid-content > a {
  padding: 0.5em 1.5em;
  border-radius: 10px;
}

.home .hp-callouts-learn > .grid_2 > .grid-content > a:hover,
.home .hp-callouts-learn > .grid_2 > .grid-content > a:focus {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 67.05em) {
  .home .hp-callouts-learn > .grid_2 > .grid-content h1 {
    max-height: 108px;
    height: 108px;
  }

  .home .hp-callouts-learn > .grid_2 > .grid-content > p {
    margin-bottom: 1em;
    max-height: 92px;
    height: 92px;
  }
}

/* CORPORATE PARTNER LOGO */

.home .corporatepartner {
  font-size: 12px;
  text-align: center;
}

.home .corporatepartner img {
  padding-top: 0.6em;
}

.home .prt-badge {
  text-align: center;
  margin-bottom: 10px;
}

/* MISC */

.media-aside {
  padding-top: 0.5em;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

/* PERSPECTIVES SINGLE PAGE */

#perspectives-content a {
  word-wrap: break-word;
}

#perspectives-content #topstory {
  font-size: 14px;
  margin-bottom: 20px;
}

#perspectives-content #img_caption {
  clear: right;
  width: 100%;
  line-height: 1rem;
  color: #666;
}

#perspectives-content #topstory h2 {
  font-size: 1.5em;
}

#perspectives-content .sub-article img {
  max-width: 250px;
}

#perspectives-content #didyouknowbox,
#perspectives-content #newsbox,
#perspectives-content #ceo2,
#perspectives-content #ceo3,
#perspectives-content #opportunities {
  background: #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 1.5em;
  margin-bottom: 20px;
}

:lang(fr) #perspectives-content #upcomingevents strong {
  text-transform: lowercase;
}

#perspectives-content .newsletter-banner {
  padding-bottom: 1.5em;
}

#perspectives-content .corporate-partner {
  text-align: center;
  max-width: 250px;
  height: auto;
  margin: auto;
  font-size: 11px;
}

/* DOWNLOAD MANAGER */

.w3eden .media-heading {
  line-height: 1.3em;
  margin: 0;
}

.w3eden h4,
.w3eden .h4 {
  font-family: gotham_regular;
  font-size: 15px;
}

.w3eden h4 a {
  text-decoration: none;
}

.w3eden img.wpdm_icon {
  width: 18px;
}

.w3eden img {
  margin-bottom: 0;
}

.w3eden .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.w3eden table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}

.w3eden .thumbnail,
.w3eden .img-thumbnail {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.w3eden .btn-download {
  background: #21890d;
  padding: 6px 13px;
  border-radius: 100px;
  margin: 4px 5px 4px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  text-decoration: none;
}

.w3eden .btn-download:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}

#wpdmmydls {
  margin-top: 10px;
  /*border: none !important;
	border-radius: 0 !important;*/
}

.dataTables_wrapper .dataTables_filter {
  padding-bottom: 20px;
}

#wpdmmydls small,
.dataTable small {
  visibility: hidden;
  display: none;
}

#wpdmmydls th {
  min-width: 100px;
}

.w3eden ul,
.w3eden ol {
  margin-left: 30px;
  margin-right: 20px;
  font-size: 13px;
  list-style-type: disc;
}

.w3eden li {
  margin-bottom: 3px;
}

.w3eden .table > thead > tr > th,
.w3eden .table > tbody > tr > th,
.w3eden .table > tfoot > tr > th,
.w3eden .table > thead > tr > td,
.w3eden .table > tbody > tr > td,
.w3eden .table > tfoot > tr > td {
  padding: 11px;
  font-size: 14px;
  /*border: none !important;*/
}

.w3eden .table > thead > tr > th {
  border-bottom: none;
  vertical-align: middle;
}

.w3eden b,
.w3eden strong {
  font-weight: normal;
}

.file-info .back {
  background: #0a7bc2 !important;
  margin-bottom: 30px;
}

.w3eden .file-info {
  padding: 15px 0;
  margin: 15px 0;
  /*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}

.single-wpdmpro .tags-title {
  font-family: gotham_bold;
}

.w3eden .download,
.file-info .back {
  color: #fff;
  text-decoration: none;
  margin-bottom: 30px;
}

.w3eden .download:hover,
.file-info .back:hover {
  text-decoration: none;
  background: #ffcc00;
}

.w3eden .thumbnail {
  padding: 10px;
}

.w3eden .pagination li {
  background: url("../img/layout/bullet-arrow-close.png") 0px -1000px no-repeat !important;
}

/* Download Manager Data Table */

.w3eden .file-title {
  width: 45% !important;
}

.w3eden .file-categories {
  width: 25% !important;
}

.w3eden .file-date,
.file-download {
  width: 15% !important;
}

.w3eden .package-title {
  color: #428bc9 !important;
}

/* Resources Page */

.facetwp-results {
  clear: both;
}

.facetwp-template ul.facetwp-results li {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 0.8em;
  padding-bottom: 0.8em;
}

.facetwp-template ul.facetwp-results li:last-child {
  border-bottom: none;
}

.facetwp-template ul.facetwp-results li .title a {
  color: #0a7bc2;
  font-size: 20px;
}

.facetwp-template ul.facetwp-results li .title a:hover {
  color: #333333;
}

.facetwp-template ul.facetwp-results li .tags .tag {
  min-height: 0;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  max-width: 100%;
  margin: 0 5px 5px 0;
  font-size: 0.9em;
}

.facetwp-template ul.facetwp-results li .date,
.facetwp-template ul.facetwp-results li .icon,
.facetwp-template ul.facetwp-results li .size {
  line-height: 30px;
}

.facetwp-template ul.facetwp-results li .icon [class^="icon-cic-"],
.facetwp-template ul.facetwp-results li .icon [class*=" icon-cic-"] {
  font-size: 1.75em;
}

.facetwp-template ul.facetwp-results li .wpdm_icon {
  width: 2em;
}

.facetwp-template ul.facetwp-results li .title {
  margin-bottom: 0em;
}

.facetwp-template ul.facetwp-results li .content {
  margin: 0.25em 0 1em 0;
}

.facetwp-counts {
  margin: 0 0 1em;
}

.facetwp-sort {
  float: right;
}

.allresources .facetwp-content {
  display: block !important;
}

.facetwp-content .facetwp-results li .downloads {
  float: left;
  margin: 0 20px 0 10px;
  font-size: 85%;
  height: 40px;
  line-height: 30px;
}

/* IP Toolkit */

.iptoolkit .row {
  margin: 0;
}

.iptoolkit .page-callouts {
  margin: auto;
}

.iptoolkit .page-callouts article {
  margin: 0 5px 0 0;
  font-size: 13px;
}

.iptoolkit-disclaimer {
  padding: 0;
  font-size: 14px;
}

/* Resources Widgets */

.resources-widget-area {
  margin-bottom: 10px;
}

.w3eden .common-btn {
  padding: 0.5em 1em;
  margin: 20px 0 30px;
  background: #428bca;
  color: #fff;
}

.w3eden .common-btn:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}

.resources-latest-uploads,
.resources-top-download {
  padding: 0 0 10px 0;
  margin: 0 20px 10px 0;
  font-size: 14px;
  border-bottom: 1px dotted #d6d6d6;
}

.resources-latest-uploads .wpdm_icon,
.resources-top-download .wpdm_icon {
  width: 24px;
}

.resources-latest-uploads h4,
.resources-top-download h4 {
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 3px;
}

.resource-file-size {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #d6d6d6;
}

.w3eden:last-child .resources-latest-uploads:last-child,
.w3eden:last-child .resources-top-download:last-child {
  border-bottom: none;
}

.resource-widget {
  float: left;
  border-right: 1px solid #d6d6d6;
  width: 48%;
  margin-right: 2%;
  padding-right: 10px;
}

/* INITIATIVES */

.factsbox {
  float: right;
}

.initiative .infobox {
  padding: 20px;
  background: #eeeeee;
  border-radius: 10px;
  margin: 0 0 10px 10px;
}

.initiative .infobox h1 {
  font-family: gotham_regular;
  color: #0a7bc2;
}

.initiative .infobox ul li {
  margin-left: 0;
}

.initiative .infobox ul li,
.initiative .infobox p {
  padding-bottom: 14px;
  font-size: 0.9em;
}

.initiative .partners {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.initiative .partners a {
  text-decoration: none;
}

.initiative .partners ul {
  margin: 0;
}

.initiative .partners li {
  padding-bottom: 0.3em;
}

.initiative .initiatives-logo,
.leadershipdevelopment .leadershipdevelopment-logo {
  margin: 30px 0 50px;
  max-width: 350px;
}

.page-template-page-international .international h3 {
  font-size: 24px;
  color: #c44f57;
}

.initiative-lp-fastfacts {
  margin-bottom: 20px;
  border-top: 1px dotted #d6d6d6;
}

/* POLICY FOCUS */

.fastfacts {
  float: right;
  width: 45%;
  margin-left: 2%;
}

.relatedcontent ul {
  margin: 0;
}

.relatedcontent li {
  padding-bottom: 0.4em;
}

/* Indigenous Education Protocol Signatories */
.indigenous-signatories .boxit {
  margin: 0 15px 10px;
  padding: 25px 25px 10px;
}

.indigenous-signatories h1.title {
  text-align: center;
}

.indigenous-signatories h3,
.indigenous-signatories a {
  font-size: 14px;
}

.indigenous-signatories h3 {
  margin-top: 1rem;
}

/* NEWS CENTRE & RESOURCES */

.news-centre a.readmore {
  text-decoration: underline !important;
  font-weight: bold;
}
.news-centre .btn-common {
  padding: 0.3em 0.7em;
  margin: 20px 0;
  border: none;
  background: #0a7bc2;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
}
.news-centre .thumbnail-medium {
  margin-bottom: 15px;
  max-width: 100%;
  height: 155px;
  overflow: hidden;
}
.news-centre .thumbnail-large {
  margin-bottom: 15px;
  max-width: 564px;
  max-height: 310px;
  overflow: hidden;
}

.news-centre .common-listings .common-listing {
  padding: 1em 0;
}

.news-centre .calls-for-submission .common-listings .common-listing {
  border-top: none;
}

.common-listings .common-listing > h2 > a:hover,
.common-listings .common-listing > h2 > a:focus {
  text-decoration: none;
}

/* New Perspectives Hot Topics */

.hotTopics-hero {
  margin-bottom: 15px;
  max-width: 1135px;
  max-height: 577px;
  overflow: hidden;
}

.hotTopics-hero img {
  filter: brightness(50%);
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hotTopics-hashtag {
  background-color: #ffcc00;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 0 30px 0 30px;
}

.hotTopics-hashtag-single {
  background-color: #ffcc00;
  padding: 0 30px 0 30px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: auto;
}

.hotTopics-title {
  font-family: gotham_light;
  font-size: 46px;
  margin-bottom: 0px;
  color: #fff;
}

.hotTopics-btn {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10rem !important;
  padding: 0.4rem 1.4rem;
}

.hotTopics-btn a {
  color: #fff;
}

.hotTopics-thumbnail {
  margin-bottom: 15px;
  max-width: 100%;
  height: 210px;
  overflow: hidden;
}

.hotTopics-single-thumbnail {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 68.74rem) {
  .centered {
    top: 45%;
  }
  .hotTopics-title {
    font-size: 16px;
  }
  .lead.no-display {
    display: none;
  }
  .hotTopics-single-thumbnail {
    height: auto;
  }
  .hotTopics-hashtag {
    width: auto;
  }
  .hotTopics-hashtag-single {
    padding: 0 40px 0 40px;
    width: auto;
  }
  .trendingLogo {
    padding: 20px 0 0 30px;
  }
}

/* Colleges in the News */

.collegesinthenews {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.feedDate {
  font-size: 14px;
}

/* Election 2019 Page */

.infobox ul li {
  list-style-type: none;
  background: none;
}

@media screen and (max-width: 68.74rem) {
  .infobox {
    padding: 0 2rem 0 2rem;
  }
}

/* Lead Stories */
.news-centre .leadstories h1 {
  font-family: gotham_regular;
  font-size: 21px;
}
.leadstories article.leadstory {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.leadstory img {
  /* width: 100%; */
}
.leadstories article.leadstory h2 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #666;
}
.leadstories article.leadstory a.newsrelease-title {
  text-decoration: none;
}

/* Subscribe */

.news-centre .subscribe .mc-field-group input {
  width: 100%;
  border: none;
  height: 2em;
  border-radius: 5px;
}
.news-centre .subscribe .mc-field-group {
  padding-top: 8px;
}

#footer-perspectives #mc-embedded-subscribe-form input[type="text"],
#footer-perspectives #mc-embedded-subscribe-form input[type="email"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-size: 14px;
  outline: none;
  width: 75%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 100px;
  padding: 7px 10px;
  border: 0;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.35);
}

.home #perspectives #mce-SUBSCRIBE {
  float: right;
  width: 25%;
  margin-right: 2.5%;
}

.home #perspectives #mc-embedded-subscribe-form input[type="text"],
.home #perspectives #mc-embedded-subscribe-form input[type="email"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-size: 13px;
  outline: none;
  width: 75%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 100px;
  padding: 7px 10px;
  border: 0;
  margin: 0;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  width: 70%;
}

#footer-perspectives #mc-embedded-subscribe:hover {
  background-color: #444;
  border: 1px solid #fff;
}

.home #perspectives #mc-embedded-subscribe:hover {
  background-color: #fff;
  border: 1px solid #6460aa;
  color: #6460aa;
}

/* Featured News Archive Page */
.featured-news .common-btn {
  margin-top: 1em;
}

/* Staff Directory */

.staff-member-listing {
  margin: 10px 0 40px;
}

.staff-member-info-wrap {
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  padding: 4px 0;
}

h3.staff-member-name {
  margin-bottom: 0;
  font-size: 18px;
}

h4.staff-member-position {
  font-size: 14px;
  font-family: gotham_regular;
}

.staff-member-info-wrap .staff-col1 {
  float: left;
  width: 48%;
  margin-right: 1%;
}

.staff-member-info-wrap .staff-col2 {
  float: right;
  width: 48%;
  margin-left: 1%;
  text-align: right;
}

/* Staff Members */

.staff-members .teams-dropdown .btn-primary {
  background-color: #0a7bc2;
}

.staff-members .teams-dropdown ul li {
  padding: 0;
  background: none !important;
}

.staff-members .teams-dropdown ul li a {
  padding: 7px 10px;
  text-decoration: none;
}

.staff-members .teams-dropdown-fixed {
  position: fixed;
  top: 0;
  padding: 20px 0 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.staff-members p {
  margin-bottom: 5px;
}

.staff-members .team {
  margin-top: 40px;
}

.staff-members .left-column,
.staff-members .right-column {
  padding: 0;
}

.staff-members .right-column {
  text-align: right;
}

.staff-members .staff-member {
  margin: 0 0 10px;
  border-bottom: 1px solid #d6d6d6;
  padding: 4px 0;
}

.staff-members h3 {
  margin-bottom: 2px;
  font-size: 18px;
}

/* Page Callouts */

.page-callouts .grid {
  text-align: left;
}

.page-callouts .grid_3 .the-more-link {
  background-position: 0 -778px;
  width: 100%;
  text-align: left;
  margin-top: 1em;
  padding: 0.3em 0 0 0.8em;
  border-top: 1px solid #333333;
}

.page-callouts .grid_3,
.page-callouts .grid_4 {
  font-size: 13px;
}

.page-callouts .grid_3 .feature-callout-excerpt {
  padding: 0 10px 0 0;
  line-height: 1.5em;
}

.page-callouts .grid_3 h1,
.page-callouts .grid_4 h1 {
  font-family: gotham_regular !important;
  font-size: 1.6em !important;
  padding-right: 10px;
  color: #0a7bc2;
}

.page-callouts .grid_3 h1 a,
.page-callouts .grid_4 h1 a {
  color: #0a7bc2 !important;
}

.page-callouts .grid_3 h1 a:hover {
  color: #333333 !important;
  text-decoration: none !important;
}

.page-callouts .grid_3 img {
  margin-bottom: 15px;
  width: 282px;
  /* height: 155px; */
  overflow: hidden;
}

.page-callouts ul {
  list-style: inherit;
  padding: 0 0 0 1em;
}

.page-callouts ul li {
  padding: 0.15em 0;
  list-style: disc;
  background: none;
}

.page-callouts h3 {
  font-family: gotham_medium;
}

.feature-callout-excerpt h2 {
  font-size: 16px;
  margin-bottom: 0;
  color: #21890d;
}

/* MEMBER PAGES */

.mem h1 {
  font-family: gotham_regular;
  line-height: 1.2em !important;
}

.mem h1 {
  font-size: 24px;
}
.mem h2 {
  font-size: 18px;
  font-family: gotham_bold;
}

.mem ul {
  padding-left: 0;
}

/*.mem-content {
	width: 78%;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.mem-bucket {
	width: 47%;
	margin-right: 3%;
	float: left;
}

.mem-bucket ul li {
	background: url("../img/layout/list-bullet.png") 0 0.6em no-repeat !important;
	padding-bottom: 0.2em;
}

.mem-bucket ul {
	margin: 0;
}*/

.mem-logo {
  padding: 10px 0;
  max-width: 300px;
  max-height: 225px;
}

.mem-stats {
  text-align: center;
  /*width: 18%;
	float:right;*/
}

.mem-stats h1 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.mem-stats h2 {
  font-size: 2.2em;
  font-family: gotham_bold;
  line-height: 1em;
  margin: 0;
  color: #0a7bc2;
}

.mem-stats h6 {
  font-size: 0.9em;
  margin: 0;
  font-family: gotham_regular;
  font-weight: normal;
}

.mem-stats a {
  text-decoration: none;
}

.mem-stats ul {
  margin: 0;
}

.mem-stats ul li {
  padding: 12px 0 10px;
  border-top: 1px solid #d6d6d6;
  background: none !important;
}

.mem-stats ul li:first-child {
  border-top: none;
}

.mem-stats img {
  width: 30px;
  margin: 10px 0 10px;
}

.mem-contactinfo {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #d6d6d6;
}

.mem-footer {
  border-top: 3px solid #d6d6d6;
  border-bottom: 3px solid #d6d6d6;
  padding: 20px 0px;
  margin-bottom: 10px;
}

.mem-footer .col-md-5 img {
  margin-right: 10px;
}

.mem-footer .col-md-7 img {
  border-radius: 15px;
  margin-bottom: 0;
}

.member-bite {
  border: 1px solid #d6d6d6;
  padding: 20px;
  margin: 20px 0;
}

.member-bite-logo {
  display: table-cell;
  vertical-align: middle;
}
.member-bite-logo img {
  padding: 0 20px 0 0;
  margin-bottom: 0 !important;
  max-width: 200px;
  max-height: 120px;
}

.member-bite-excerpt {
  display: table-cell;
  vertical-align: middle;
}

/* MEMBERS LANDING PAGE */

.memberslist .facetwp-content {
  display: block;
  padding: 1em 0 0 0;
}

/*.memberslist .facetwp-template ul.facetwp-results {
    width: 45%;
    float: left;
    clear: none;
    margin-right: 0%;
}

.memberslist .facetwp-template ul.facetwp-results:only-of-type {
    width: 90%;
}

.memberslist .facetwp-template ul.facetwp-results:first-child {
    margin-right: 10%;
}

.memberslist .facetwp-template ul.facetwp-results li {
    border-bottom: 0px solid #e6e6e6;
    padding: 0 0 0.5em 0.9em;
    margin: 0;
    background: url("../img/layout/sprite.png") 0 -210px no-repeat;
}*/

.memberslist .facetwp-selections {
  margin: 0 0 1em;
}

.memberslist .facetwp-selections ul {
  margin: 0;
}

.memberslist .facetwp-selections li {
  font-size: 21px;
  background: none !important;
  padding-left: 0;
  padding: 0 20px 0 0;
  margin: 0;
}

.memberslist .facetwp-selections li::after {
  display: none;
}

.memberslist .facetwp-btn {
  display: none;
}

.memberslist .facetwp-facet {
  margin-bottom: 10px;
}

.memberslist #facets {
  padding-top: 25px;
}

.memberslist .facetwp-dropdown {
  -webkit-appearance: none;
  padding: 6.5px;
  background: url("../img/layout/bullet-arrow-open.png") #fff no-repeat 98%;
}

/* FACET RESULTS */

.facetwp-btn {
  /* top: 7px !important; */
}

#facets .facetwp-facet {
  font-size: 100%;
}

select.facetwp-dropdown {
  min-height: 35px;
  -webkit-appearance: none;
  padding: 6px 30px 6px 7px;
  background: url(../img/layout/bullet-arrow-open.png) #fff no-repeat right 10px
    center;
}

#facets .flatpickr-input {
  margin: 2.5px 0;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
}

.resultlist .facetwp-content {
  display: block !important;
  padding: 1em 0 0 0;
}

.resultlist .facetwp-facet {
  margin-bottom: 0px;
}

.facetwp-results .list-of-results:nth-child(odd) {
  background: #eee;
}

.facetwp-selections li {
  display: block !important;
  font-size: 18px;
  background: none !important;
  padding: 10px 20px 0 0 !important;
  margin: 0 !important;
  color: #28a745;
}

.resultlist .facetwp-btn {
  display: none;
}

.facet-loading {
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/layout/loading.png") no-repeat;
  background-size: 20px 20px;
  -webkit-animation: rotate 700ms infinite linear;
  -moz-animation: rotate 700ms infinite linear;
  animation: rotate 700ms infinite linear;
}

.flatpickr-calendar {
  font-family: gotham_regular;
}

/* Regular Pagnation */

ul.page-numbers > li {
  background: none !important;
}

ul.page-numbers > li > a {
  line-height: 1;
  padding: 10px;
  border: 1px #f1f1f1 solid;
}

/* START: Facet Pagnation */

.facetwp-pager {
  text-align: center;
  margin: 1em 0;
  padding: 2em 0;
  border-top: 1px solid #d6d6d6;
}

.facetwp-pager .page-numbers {
  margin: 0 0.1em;
  padding: 0.375rem 0.75rem;
}

.facetwp-pager .page-numbers.current {
  color: #0a7bc2;
  font-family: gotham_bold;
}

/* END: Facet Pagnation */

/* Applied Research */

/*.applied-research header {
	margin-bottom: 50px;
	border-bottom: 1px solid #d6d6d6;
}*/

/*.applied-research h1.page-title {
	margin-bottom: 10px;
	padding-bottom: 0;
	color: #A3C57F;
	font-size: 36px;
	font-family: gotham_light;
	border-bottom: none;
}*/

/*.applied-research h2 {
	color: rgba(0,0,0,0.5);
	font-size: 21px;
	font-family: gotham_medium;
}*/

.applied-research h2.ar-terms {
  color: #a3c57f;
}

.applied-research .facetwp-btn {
  display: none;
}

.applied-research .facetwp-counts {
  width: 100%;
}

.applied-research .facetwp-content {
  display: block !important;
}

.applied-research .facetwp-results .list-of-stories {
  padding: 20px !important;
  border-bottom: 0;
}

.applied-research .facetwp-results .list-of-stories:nth-child(even) {
  background: #eee;
}

.applied-research .quotes {
  font-weight: 600;
  color: #a3c57f;
}

.applied-research .ar-stories {
  margin: 20px 0;
}

.applied-research .featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
  height: auto;
  /*-webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 25% 100%, -45% 0%);
	clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 25% 100%, -45% 0%);*/
}

.applied-research .featured-image img {
  float: right;
  margin: 0;
  max-width: 400px;
  height: auto;
}

/*.applied-research p, .applied-research a, .applied-research li {
	font-size: 16px;
}*/

/* CEO Blog */

.ceoblog h3 {
  font-family: gotham_bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
}

.ceoblog h1 {
  text-align: center;
  font-size: 2em;
}

.ceoblog .blog-main-img {
  text-align: center;
  padding-bottom: 20px;
}

.ceoblog .blog-main-img img {
  width: 500px;
  border-radius: 10px;
}

.ceoblog .blog-main-img-caption {
  font-style: italic;
  font-size: 0.9em;
}

.ceobio img {
  display: block;
  margin: 0 auto 1em;
}

.ceobio p {
  font-size: 14px;
}

/* Media Page */

.mediapage .grid_2 {
  width: 48.44206%;
}

.mediapage .logos {
  position: relative;
  height: 270px;
}

.mediapage .logo {
  margin-bottom: 1em;
}

.mediapage .logo img {
  display: block;
  margin: auto;
  width: 300px;
  height: auto;
}

.mediapage .downloadpackage {
  float: none;
  margin: auto;
}

.mediapage .download {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mediapage .shareables.download {
  position: relative;
  float: none;
  clear: both;
  margin: auto;
  width: 75%;
}

.mediapage .w3eden h4 {
  font-size: 14px;
}

.mediapage hr {
  margin: 2em 0;
}

/* Board of Directors */

/*.board-of-directors .row [class*="col-"] {
    position: relative;
    height: 375px;
}*/

.board-of-directors .row img,
img.bod {
  margin-bottom: 10px;
  width: 175px;
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.9;
}

.board-of-directors .row h1 {
  display: block;
  margin-left: 15px;
  padding: 1em 0 0.3em;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}

.board-of-directors h4,
.board-of-directors h4 a {
  font-size: 14px;
}

.board-of-directors p,
.board-of-directors a {
  font-size: 13px;
}

.board-of-directors a {
  cursor: pointer;
}

.board-of-directors .sprite {
  height: 18px;
  width: 23px;
  padding: 0;
  list-style: none;
  background-color: #0a7bc2;
}

.board-of-directors #bod-twitter {
  position: absolute;
  bottom: 0;
  margin: 20px 0;
  padding: 0.3em 0.7em;
  left: 120px;
  -webkit-transform: translateX(
    -50%
  ); /* Chrome <36, Safari 5.1+, iOS < 9.2, Android =<4.4.4 */
  -ms-transform: translateX(-50%); /* IE 9 */
  transform: translateX(-50%); /* IE 10, Fx 16+, Opera 12.1+ */
}

.board-of-directors .row span.twitter {
  display: inherit;
  background-position: -209px -40px;
  background-color: transparent;
}

.board-of-directors .row a.btn-common {
  position: absolute;
  bottom: 0;
  padding: 0.3em 0.7em;
  margin: 20px 0;
  border: none;
  background: #0a7bc2;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
}

.board-of-directors .row hr {
  margin-bottom: 30px;
  width: 100%;
}

/* GRAVITY FORMS */

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px;
}

.gform_body ul li {
  background: none !important;
  padding-left: 0;
}

.gform_wrapper .chosen-container-single .chosen-single {
  height: 30px;
  padding: 2px 0 0 8px;
  background: transparent;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
}

.gform_wrapper .chosen-container-single .chosen-single div {
  top: 3.5px;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0a7bc2 !important;
}

.gform_wrapper .top_label input,
.gform_wrapper .top_label select.medium {
  border: 1px solid #d6d6d6;
}

.gform_wrapper textarea.medium {
  border: 1px solid #d6d6d6;
}

body .gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 2em 0 0 0 !important;
  font-family: gotham_regular !important;
  font-size: 1.5em !important;
  color: #0a7bc2 !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: normal !important;
}

.gform_wrapper h3.gform_title {
  font-size: 21px;
  font-weight: bold;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper #add {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
  margin-left: 1px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: 3px;
}

.gform_wrapper .gfield_list_icons img {
  margin: 10px 0 20px !important;
}

.gform_wrapper .media-file-upload .gfield_list_2_cell1 {
  width: 60%;
}

.gform_wrapper .media-file-upload .gfield_list_2_cell2 {
  width: 30%;
}

.gform_wrapper .ginput_container_fileupload input.medium {
  border: none !important;
}

.gform_wrapper .media-upload-description {
  padding-top: 50px !important;
}

.gform_wrapper #add {
  margin-top: 50px;
}

.gform_wrapper label {
  font-weight: normal;
}

.gform_wrapper label.gfield_label {
  font-weight: normal !important;
  font-family: gotham_bold !important;
  font-size: 16px !important;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 1em !important;
  padding: 0 0 10px 0 !important;
}

.gform_wrapper .top_label .gsection_description {
  margin-bottom: 0 !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  /*line-height: 0;*/
  font-size: 1em;
  vertical-align: top;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  -webkit-appearance: textfield;
  /* display: block; */
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-right: 10px;
  border-radius: 100px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  background-color: #0a7bc2;
}

.gform_wrapper .gform_page_footer {
  border-top: 1px solid #d6d6d6;
}

.gform_wrapper .form_saved_message,
.form_saved_message_sent {
  margin: 0 !important;
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #333333 !important;
}

.form_saved_message p.resume_form_link_wrapper {
  box-shadow: 0px rgba(66, 103, 126, 0) !important;
}

div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="submit"] {
  padding: 0.75rem 1.25rem !important;
  background-color: #0a7bc2 !important;
  border: 0 !important;
  color: #ffffff !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  font-family: gotham_bold !important;
}

div.form_saved_message div.form_saved_message_emailform form input {
  border: 1px solid #d6d6d6;
  padding: 0.75rem 1.25rem !important;
  margin: 0 10px !important;
}

/* START: progress bar */
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  margin: 0 0 8px 0px !important;
}
.gform_wrapper .gf_progressbar {
  width: 100%;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef !important;
  border-radius: 0.25rem !important;
  padding: 0 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.gform_wrapper .gf_progressbar:after {
  content: none;
}
.gform_wrapper .gf_progressbar_percentage {
  height: 100%;
  text-align: right;
  font-family: gotham_bold;
  font-size: 0.813em !important;
  text-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 999;
  vertical-align: middle;
  background: none;
}
.gform_wrapper .percentbar_blue {
  background-color: #0a7bc2;
}
/* END: progress bar */

/* START: Errors */

.gform_wrapper .gfield_error .gfield_label {
  color: #721c24;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper div.validation_error {
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
  padding: 1em !important;
  background: #f8d7da !important;
}

.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container {
  margin-top: 0;
}

/* END: Errors */

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

/* AdRotate Pro */
.perspectives-g {
  margin: 20px 0;
}

#perspectives-content .g a {
  display: block;
  padding: 3rem 0 2rem;
  width: 100%;
  border-top: 1px solid #d6d6d6;
}

.g img {
  display: block;
  margin: auto;
  max-width: 100%;
}

/* Logomania */
.logomania .slick-prev {
  left: 10px;
}

.logomania .slick-next {
  right: 25px;
}

.logomania .slick-prev:before,
.logomania .slick-next:before {
  color: #0a7bc2;
}

.logomania .slick-slide img {
  margin: auto;
}

.logomania .logomania-content-block-inner h3 {
  margin-top: 10px;
  font-family: gotham_regular;
  font-size: 18px;
  text-align: center;
  color: #0a7bc2;
}

/* Magnific Popup */

/* Overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* Overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* Overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* Content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* Content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* Content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/***** New Homepage *****/
.sprite,
.ui-accordion-header-icon {
  background-image: url("../img/layout/sprite-2.png");
}

.home .ui-accordion .ui-accordion-header,
.home .ui-accordion .ui-accordion-header:hover {
  background: none;
}

.ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

a.toggle-sub-menu {
  display: none !important;
}

/* Header */
.home .the-background {
  position: relative;
}

.home #hero-background {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 528px;
  overflow: hidden;
  background-size: cover !important;
}

.home #hero-background::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(35, 35, 35, 0.5);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  will-change: transform;
  z-index: 1;
}

.home #hero-background video {
  display: block;
  margin: auto;
  width: 100%;
}

.home .hp-feature .hf-content-block {
  position: absolute;
  top: 37.5%;
  z-index: 1;
}

.home .hp-feature .hf-content-block > .hf-content-block-inner {
  display: block;
  padding: 0;
  background: transparent;
}

.home .hp-feature .hf-content-block > .hf-content-block-inner a {
  font-size: 18px;
}

.home .hp-feature .hf-content-block a {
  text-decoration: none;
}

.home .hp-feature .hf-content-block > h1 {
  background: none;
  -webkit-text-shadow: 0px 0px 0px #333 !important;
  -moz-text-shadow: 0px 0px 0px #333 !important;
  -ms-text-shadow: 0px 0px 0px #333 !important;
  -o-text-shadow: 0px 0px 0px #333 !important;
  text-shadow: 0px 0px 0px #333 !important;
}

.home .hp-feature .hf-content-block #feature-cta,
.home #spotlight .read-more {
  display: block;
  float: left;
  margin-top: 25px;
  padding: 8px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  outline: none;
  vertical-align: middle;
  font-family: gotham_bold;
  font-size: 13px;
  color: #6b6b6b;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.home .hp-feature .hf-content-block #feature-cta:hover,
.home #spotlight .read-more:hover {
  background-color: transparent;
  color: #fff;
}

.header {
  /*position: absolute;*/
  top: 0;
  left: 50%;
  width: 100%;
  padding: 0 2rem;
  background: #6460aa;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home .header {
  background: transparent;
  position: absolute;
  margin-top: 39px;
}

.header h1 {
  display: inline-block;
  float: left;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

.header h1:hover {
  opacity: 0.8;
}

.header h1 a {
  font-family: gotham_regular;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  vertical-align: super;
}

.header .site-logo-white {
  margin: 29px 5px 0 10px;
  width: 200px;
  height: auto;
  vertical-align: bottom;
}

.header .site-logo-purple {
  margin: 29px 5px 0 10px;
  width: 70px;
  height: auto;
  vertical-align: bottom;
}

.header #mobile-toggle-search {
  display: none;
  position: absolute;
  top: 22px;
  right: 135px;
  width: 20px;
  height: 20px;
}

.header #language-selector {
  display: none;
  position: absolute;
  top: 22px;
  right: 85px;
  font-family: gotham_bold;
  text-transform: uppercase;
}

.header #language-selector a {
  color: #fff;
  text-decoration: none;
}

.home .header #language-selector a {
  color: #6460aa;
}

.header #hamburger-button {
  display: none;
  float: right;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: relative;
  top: 60px;
  right: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.header #hamburger-button span {
  display: none;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.home #hamburger-button span {
  background: #6460aa;
}

.header #hamburger-button span:nth-child(1) {
  top: 0;
}
.header #hamburger-button span:nth-child(2) {
  top: 8px;
}
.header #hamburger-button span:nth-child(3) {
  top: 8px;
}
.header #hamburger-button span:nth-child(4) {
  top: 16px;
}

.header #hamburger-button.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.header #hamburger-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header #hamburger-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header #hamburger-button.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.header .main-nav {
  position: relative;
  float: right;
  clear: right;
  margin-top: 45px;
  padding-top: 0;
}

.header .main-nav > ul > li {
  text-transform: none;
}

.header .main-nav > ul > li:hover,
.main-nav > ul > li > ul,
.header .main-nav > ul > li > a:hover {
  background-color: #6460aa;
  color: #fff;
}

.header .main-nav > ul > li > a {
  padding: 5px 10px;
  border-bottom: none;
  cursor: pointer;
}

.header .main-nav > ul > li > ul {
  margin-left: 1px;
  padding-bottom: 15px;
  -webkit-border-radius: 0 15px 15px 15px;
  -moz-border-radius: 0 15px 15px 15px;
  -ms-border-radius: 0 15px 15px 15px;
  -o-border-radius: 0 15px 15px 15px;
  border-radius: 0px 15px 15px 15px;
  border-left: none;
}

.header .main-nav > ul > li > ul > li {
  min-width: 180px;
}

.header .main-nav > ul > li > ul > li > a {
  font-family: gotham_medium;
}

.header .main-nav > ul > li > a:hover,
.header .main-nav > ul > li > a:focus,
.header .main-nav > ul > li.current-menu-item > a,
.header .main-nav > ul > li.current_page_item > a,
.header .main-nav > ul > li.current-menu-parent > a,
.header .main-nav > ul > li.current-page-ancestor > a,
.header .main-nav > ul > li.current_page_parent > a,
.header .main-nav > ul > li > a.active {
  color: #fff;
  border-bottom: none;
}

.header .main-nav > ul > li.utility-link {
  display: block;
  margin-top: -10px;
  border-left: none;
  -webkit-transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -ms-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}

.header .main-nav > ul > li.utility-link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.header .main-nav > ul > li.utility-link > a.utility-search,
.header .main-nav > ul > li.utility-link > a.utility-search,
.header .main-nav > ul > li.utility-link > a.utility-search {
  background-position: -83px -60px;
  text-indent: -999rem;
}

.header .main-nav > ul > li.utility-link > a.utility-lang {
  background-position: 0 0;
  font-family: gotham_bold;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  padding: 0.9rem 0 0 0;
}

.header .main-nav > ul > li.utility-link > a {
  background-color: transparent;
  height: 48px;
  width: 50px;
}

#search-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background-color: #37313b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 1000;
}

#search-container.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search-container .close {
  position: fixed;
  top: 5%;
  right: 5%;
  color: #fff;
  background-color: #0a7bc2;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

#search-container input[type="text"] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border-width: 0 0 2px 0;
  border-style: dotted;
  margin: -51px auto 0;
  padding: 0 30px;
  outline: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#search-container input[type="text"]:focus {
  border-color: #fc0;
}

#search-container input[type="submit"] {
  position: absolute;
  top: 55%;
  left: 50%;
  margin: auto;
  padding: 10px 25px;
  background-color: #fc0;
  background-image: none;
  color: #fff;
  border: none;
  outline: none;
  font-size: 27px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Body */
.home #perspectives,
.home #content-bucket,
.home #categories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 40px auto;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  vertical-align: middle;
}

#categories h1 {
  font-family: gotham_regular;
  margin: 20px 0 40px;
  color: #000;
}

.home #perspectives {
  padding: 10px 0;
  -ms-flex-item-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.home #perspectives #newsletter {
  padding-right: 20px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: middle;
  border-right: 1px solid #eaeaea;
}

.home #perspectives #newsletter h3 {
  display: inline-block;
  margin-left: 5px;
  font-family: gotham_medium;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #5a5a5a;
  vertical-align: text-top;
}

.home #perspectives #newsletter span.sprite {
  float: left;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-position: 0px -113px;
  vertical-align: middle;
}

.home #perspectives #subscribe {
  padding: 0 20px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  vertical-align: middle;
}

.home #perspectives #subscribe p {
  display: inline-block;
  margin: 0 1% 0 0;
  width: 40%;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1rem;
}

.home #perspectives #subscribe #mc_embed_signup {
  float: right;
  width: 58%;
  display: inline-block;
  margin-bottom: 0;
}

/*
.home #perspectives #subscribe .gform_wrapper {
    display: inline-block;
    margin: 0;
    width: 58%;
    height: auto;
    vertical-align: middle;
}

.home #perspectives #subscribe .gform_wrapper .top_label .gfield_label, .footer #footer-perspectives .gform_wrapper .top_label .gfield_label {
    display: none;
}

.home #perspectives #subscribe .gform_wrapper .gform_body, .footer #footer-perspectives .gform_wrapper .gform_body {
    display: inline-block;
    width: 61.5%;
    width: -webkit-calc(58.5% + 10px);
    width: -moz-calc(58.5% + 10px);
    width: -ms-calc(58.5% + 10px);
    width: -o-calc(58.5% + 10px);
    width: calc(58.5% + 10px);
}

.home #perspectives #subscribe .gform_wrapper ul.gform_fields li.gfield, .footer #footer-perspectives .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
}

.home #perspectives #subscribe .gform_wrapper .top_label div.ginput_container, .footer #footer-perspectives .gform_wrapper .top_label div.ginput_container {
    margin: 0 10px 0 0;
}

.home #perspectives #subscribe .gform_wrapper .top_label input, .footer #footer-perspectives .gform_wrapper .top_label input {
    padding: 0 15px !important;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    background-color: rgba(227,227,227,0.75);
    border: none;
    outline: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.home #perspectives #subscribe .gform_wrapper .top_label input:focus, .footer #footer-perspectives .gform_wrapper .top_label input:focus {
    background-color: transparent;
    border: 1px solid rgba(227,227,227,0.5)
}

.home #perspectives #subscribe .gform_wrapper .gform_footer, .footer #footer-perspectives .gform_wrapper .gform_footer {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.home #perspectives #subscribe .gform_wrapper .gform_footer input, .footer #footer-perspectives .gform_wrapper .gform_footer input, #footer-perspectives .subscribe-button {
    padding: 0 15px;
    width: 100%;
    height: 30px;
    background-color: #7958a2;
    border: 1px solid #7958a2;
    font-family: gotham_bold;
    font-size: 13px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.home #perspectives #subscribe .gform_wrapper .gform_footer input:hover, .home #perspectives #subscribe .gform_wrapper .gform_footer input:focus {
    background-color: transparent;
    color: #7958a2;
}

.home #perspectives #subscribe .gform_confirmation_wrapper {
    display: inline-block;
}
*/

.home #perspectives #social-media {
  padding-left: 20px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: middle;
  border-left: 1px solid #eaeaea;
}

.home #perspectives #social-media a {
  display: inline-block;
  width: 22px;
  height: 17px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.home #perspectives #social-media a:hover {
  opacity: 0.8;
}

.home #perspectives #social-media #twitter {
  background-position: 0 -60px;
}

.home #perspectives #social-media #facebook {
  background-position: -150px -60px;
}

.home #perspectives #social-media #linkedin {
  background-position: -49px -60px;
}

.home #content-bucket > section {
  position: relative;
  padding: 0 20px 30px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  vertical-align: top;
  border-right: 1px solid #eaeaea;
}

.home #content-bucket > section:last-child {
  border-right: none;
}

.home #content-bucket .icon {
  width: auto !important;
  height: 30px !important;
  vertical-align: bottom;
  margin: 0 5px 0 0 !important;
  display: inline !important;
}

.home #content-bucket .read-more {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 7px 20px;
  min-width: 120px;
  background-color: #6460aa;
  border: 1px solid #6460aa;
  vertical-align: middle;
  font-family: gotham_bold;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.home #content-bucket .read-more:hover {
  background-color: transparent;
  color: #6460aa;
}

.home #content-bucket > section .accordion a:last-child:hover {
  text-decoration: none;
}

.home #content-bucket h3 {
  font-family: gotham_regular;
  font-size: 21px;
  color: #6460aa;
}

.home #content-bucket h5 {
  font-size: 12px;
}

/*.home #content-bucket a, .home #spotlight a {
    display: block;
    margin-bottom: 10px;
    font-family: gotham_regular;
    font-size: 14px;
    text-decoration: none;
}*/

.home #content-bucket > section .accordion a:hover {
  text-decoration: underline;
}

.home #content-bucket #events #date {
  position: absolute;
  top: 0.95rem;
  left: 0.4rem;
  font-family: gotham_medium;
  letter-spacing: -0.05rem;
  color: #6460aa;
  font-size: 0.7rem;
}

.home #content-bucket #featured-member p,
.home #content-bucket #perspectives-featuredprogram p {
  font-size: 13px;
  line-height: 1.4;
  font-family: gotham_regular;
}

.home #content-bucket #featured-member img,
.home #content-bucket #perspectives-featuredprogram #featuredprogram img {
  display: block;
  margin: 0 0 25px;
}

.home #content-bucket #perspectives-featuredprogram #featuredprogram img,
.home #content-bucket #perspectives-featuredprogram #newsletter img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home #content-bucket #featured-member img {
  width: 200px;
  max-width: 100%;
  height: auto;
}

/*********************************
START CATEGORIES
**********************************/

.home #tagline {
  display: block;
  margin: 40px auto 0;
  width: 75%;
  font-family: gotham_light;
  font-size: 30px;
  text-align: center;
}

.home #categories section {
  margin: 0 25px;
  -ms-flex-align-self: baseline;
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  -o-align-self: baseline;
  align-self: baseline;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

.home #categories section a {
  color: inherit;
  text-decoration: none;
}

.home #categories section p {
  margin-top: 25px;
}

.home #categories section img {
  width: 100px;
  max-width: 100%;
  height: auto;
}

.rgb-image,
.image-hover:hover .blk-image {
  display: none;
}

.image-hover:hover .rgb-image {
  display: inline;
}

/*********************************
END CATEGORIES
**********************************/

.home #spotlight-heading {
  margin: 40px auto;
  width: 100%;
  font-family: gotham_regular;
  text-align: center;
  color: #d6d6d6;
  font-size: 24px;
  border-bottom: 1px solid #d6d6d6;
  line-height: 0.1rem;
}

.home #spotlight-heading span {
  padding: 10px;
  background-color: #fff;
}

.home #spotlight {
  margin-bottom: 40px;
}

.home #spotlight .callout {
  position: relative;
  margin-top: 0;
  padding: 0px;
  height: 270px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home #spotlight .callout h2 {
  margin-bottom: 8px;
  min-height: 70px;
  font-family: gotham_regular;
  text-align: center;
  font-size: 26px;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5) !important;
}

.home #spotlight .callout p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5) !important;
}

.home #spotlight .callout .read-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  float: none;
  margin-bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home #spotlight .slick-dots {
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home #spotlight .slick-dots li {
  margin: 0;
}

.home #spotlight .slick-dots li button::before {
  color: #000;
}

.home #content-bucket .ui-state-disabled,
.home #spotlight .slick-dots li.slick-active button:before {
  color: #6460aa;
  opacity: 1;
}

/* Footer */
.footer {
  padding: 20px 20px 40px;
}

.sub-footer {
  background-color: #000;
}

.footer > .container {
  padding: 0;
}

.footer #partners-heading,
.footer #members-heading {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
}

.footer #corporate-partners,
.footer #footer-nav,
.footer #members {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  vertical-align: middle;
  margin: 30px auto;
}

.footer #corporate-partners a,
.footer #members a img {
  display: inline-block;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  vertical-align: middle;
  text-align: center;
}

.footer #members {
  margin: auto;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer #corporate-partners a img {
  width: auto;
  max-width: 130px;
  height: auto;
  margin: 10px 0;
}

.footer #members a img {
  display: block;
  margin: 0 auto 30px;
  width: auto;
  height: auto;
  max-height: 50px;
}

.footer #members p {
  text-align: center;
}

.footer hr {
  opacity: 0.25;
}

.footer #footer-tagline h3 {
  font-family: gotham_regular;
  color: #fff;
  font-size: 18px;
}

.footer #footer-tagline h3 span {
  font-family: gotham_bold;
}

.footer #footer-nav {
  margin-bottom: 0;
  -ms-flex-item-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.footer #footer-nav nav {
  float: left;
  margin-right: 70px;
  vertical-align: top;
}

.footer h6 {
  margin: 0;
  font-family: gotham_bold;
  line-height: 1.5rem;
  color: #fff;
}

.footer #footer-nav #footer-links {
  line-height: 1rem;
}

.footer p,
.footer #footer-nav nav a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 11px;
}

.footer #footer-nav nav a:hover {
  text-decoration: underline;
}

.footer #footer-tagline {
  margin-right: 20px;
  -webkit-flex: 1 0;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  -o-flex: 1 0;
  flex: 1 0;
  vertical-align: middle;
}

.footer #footer-links {
  -webkit-flex: 3 0;
  -moz-flex: 3 0;
  -ms-flex: 3 0;
  -o-flex: 3 0;
  flex: 3 0;
  vertical-align: middle;
}

.footer #footer-perspectives {
  -webkit-flex: 2 0;
  -moz-flex: 2 0;
  -ms-flex: 2 0;
  -o-flex: 2 0;
  flex: 2 0;
  vertical-align: middle;
}

/*.footer #footer-perspectives .gform_wrapper {
    margin: 10px 0;
}

.footer #footer-perspectives .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 5px;
}

.footer #footer-perspectives .gform_wrapper .gform_footer .top_label input {
    background-color: rgba(242,242,242,0.25);
    border: 1px solid rgba(242,242,242,0.025);
}

.footer #footer-perspectives .gform_wrapper .top_label input:focus {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #444;
}

.footer #footer-perspectives .gform_wrapper .gform_footer input:hover, .footer #footer-perspectives .gform_wrapper input:focus {
    background-color: #FFF;
    color: #7958a2;
}

.footer #footer-perspectives .gform_confirmation_wrapper {
    display: block;
    color: #FFF;
}*/

/* For web browsers that do not support Flexbox */
.no-flexbox .home #perspectives,
.no-flexbox .home #content-bucket,
.no-flexbox .home #categories,
.no-flexbox .footer #corporate-partners,
.no-flexbox .footer #footer-nav {
  display: table;
  width: 100%;
}

.no-flexbox .home #perspectives #newsletter,
.no-flexbox .home #perspectives #social-media,
.no-flexbox .home #content-bucket > section,
.no-flexbox .home #categories section,
.no-flexbox .footer #corporate-partners a,
.no-flexbox .footer #footer-tagline,
.no-flexbox .footer #footer-links,
.no-flexbox .footer #footer-perspectives {
  display: table-cell;
}

.no-flexbox .home #perspectives #newsletter {
  padding-right: 15px;
  width: 15%;
}

.no-flexbox .home #perspectives #social-media {
  width: 8%;
}

.no-flexbox .home #content-bucket > section {
  width: 25%;
}

.no-flexbox .home #categories section,
.no-flexbox .footer #corporate-partners a {
  width: 20%;
}

.no-flexbox .footer #footer-tagline {
  width: 17%;
}

.no-flexbox .footer #footer-links {
  width: 50%;
}

.no-flexbox .footer #footer-perspectives {
  width: 33%;
}

.no-flexbox .footer #footer-tagline,
.no-flexbox .footer #footer-links,
.no-flexbox .footer #footer-perspectives {
  vertical-align: top;
}

/* GOOGLE MAPS */

#geochart-colors {
  width: 100%;
  height: 500px;
  padding: 30px 0;
  margin: 0 0 30px 0;
  background-color: #eee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.region-col-zero {
  color: #6460aa;
}
.region-col-one {
  color: #6575b5;
}
.region-col-two {
  color: #31a9b6;
}
.region-col-three {
  color: #dc535f;
}
.region-col-four {
  color: #add16d;
}

/* SEARCH RESULTS */

.search-results .main-content {
  width: 100%;
}

.search-results .main-content article {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e6e6e8;
}

.search-results .main-content article .entry-content {
  font-size: 1em;
}

.search-results .main-content article h3 {
  margin-bottom: 5px;
}

.search-results .main-content article .search-result-url a {
  color: #008000;
  text-decoration: none;
}

/* 1099px */
@media screen and (max-width: 68.74rem) {
  .home #hero-background {
    min-height: 330px;
    min-height: -webkit-calc(528px / 1.6);
    min-height: -moz-calc(528px / 1.6);
    min-height: -ms-calc(528px / 1.6);
    min-height: -o-calc(528px / 1.6);
    min-height: calc(528px / 1.6);
  }

  .home .hp-feature .hf-content-block {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header {
    position: relative;
    padding: 0;
    background-color: #6460aa;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
  }

  .home .header {
    background-color: #fff;
  }

  .page .header.open,
  .single .header.open {
    background-color: #6c4f91;
  }

  .page .header .main-nav,
  .single .header .main-nav {
    background-color: #6460aa;
  }

  .header h1 {
    margin: 0;
    font-size: 0;
  }

  .header h1 a {
    font-size: 0;
  }

  .home .header .site-logo-purple,
  .page .header .site-logo-white,
  .single .header .site-logo-white {
    display: block;
    margin: 10px;
  }

  .header #mobile-toggle-search,
  .header #language-selector {
    display: block;
  }

  .home .header #mobile-toggle-search {
    background-position: -134px -75px;
  }

  .page .header #mobile-toggle-search,
  .single .header #mobile-toggle-search {
    background-position: -98px -75px;
  }

  .header #hamburger-button,
  .header #hamburger-button span {
    display: inline-block;
    top: 25px;
  }

  .home .header .site-logo-white,
  .page .header .site-logo-purple,
  .single .header .site-logo-purple,
  .main-nav,
  .header .main-nav > ul > li.utility-link {
    display: none;
  }

  .header .main-nav {
    margin-top: 0;
    width: 100%;
    padding-bottom: 0;
  }

  .header .main-nav > ul > li {
    display: block;
    margin: auto;
    width: 100%;
    font-size: 14px;
  }

  .header .main-nav > ul > li:hover > ul,
  .header .main-nav > ul > li > a:hover > ul {
    display: none !important;
  }

  .header .main-nav > ul > li:hover > ul > li a,
  .header .main-nav > ul > li.current-menu-item > ul {
    position: relative;
    display: block !important;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #343434;
  }

  .header .main-nav > ul > li > ul > li {
    padding-top: 0;
  }

  .header .main-nav > ul > li > a,
  .header .main-nav > ul > li.current-menu-item > ul > li > a {
    display: block;
    margin: auto;
    padding: 10px;
    width: 100%;
    font-family: gotham_regular;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }

  .header .main-nav > ul > li.current-menu-item > ul > li > a {
    font-size: 14px;
    border-bottom: none;
  }

  .home .header .main-nav > ul > li > a {
    color: #6460aa;
  }

  .home .header .main-nav > ul > li > a:hover {
    background-color: #6460aa;
    color: #fff;
  }

  .header .main-nav > ul > li > a:hover,
  .header .main-nav > ul > li.current-menu-item > ul > li > a:hover,
  .home #perspectives #subscribe .gform_wrapper .gform_footer input:hover {
    background-color: #fff;
    color: #6460aa;
    text-decoration: none;
  }

  #search-container input[type="text"] {
    width: 100%;
  }

  .home #perspectives {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 20px;
  }

  .home #perspectives #newsletter,
  .home #perspectives #subscribe,
  .home #perspectives #social-media {
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    -o-flex: 1 100%;
    flex: 1 100%;
    border: none;
    text-align: center;
    vertical-align: middle;
  }

  .home #perspectives #newsletter span.sprite {
    float: none;
  }

  .home #perspectives #newsletter h3 {
    margin-bottom: 20px;
    text-align: center;
  }

  .home #perspectives #subscribe p {
    float: none;
    width: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .home #perspectives #subscribe #mc_embed_signup {
    float: none;
    width: 75%;
    margin-bottom: 20px;
  }

  /*.home #perspectives #subscribe .gform_wrapper {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }

    .home #perspectives #subscribe .gform_wrapper .top_label div.ginput_container, .footer #footer-perspectives .gform_wrapper .top_label div.ginput_container {
        margin: 0;
    }

    .home #perspectives #subscribe .gform_wrapper ul.gform_fields li.gfield, .footer #footer-perspectives .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }

    .footer #footer-perspectives .gform_wrapper .gform_body {
        width: 100%;
    }

    .footer #footer-perspectives .gform_wrapper .top_label input {
        margin-bottom: 10px;
    }*/
}

/* AWARD WINNERS */

.awardwinners {
  margin-bottom: 20px;
}

.awardwinners h4 {
  font-family: gotham_medium;
  font-size: 12px;
  line-height: 1.5em;
}
.gold {
  color: #e9b800;
}
.awardwinners img {
  border-radius: 15px;
  margin: 0 0 20px 0;
}

/* ACF Front-end Form */

form#acf-form .acf-field-group > .acf-label {
  font-size: 21px;
  color: #0a7bc2 !important;
  padding: 10px 0;
}

.acf-fields > .acf-field {
  border-top: #eeeeee solid 0px;
}

/* 1024px */
@media screen and (max-width: 64rem) {
  .home .hp-feature .hf-content-block > h1 {
    font-size: 3rem;
  }

  .home .hp-feature .hf-content-block > .hf-content-block-inner > p {
    font-size: 1.5rem;
  }

  .home .hp-feature .hf-content-block #feature-cta {
    font-size: 1rem;
  }

  .home #content-bucket,
  .footer #corporate-partners,
  .footer #footer-nav {
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .home #content-bucket section {
    margin: 25px auto;
    -webkit-flex: 1 50%;
    -moz-flex: 1 50%;
    -ms-flex: 1 50%;
    -o-flex: 1 50%;
    flex: 1 50%;
    vertical-align: middle;
  }

  .home #content-bucket > section:nth-child(even) {
    border-right: none;
  }
}

@media screen and (max-width: 62em) {
  .board-of-directors hr {
    display: none;
  }
}

@media screen and (max-width: 58em) {
  .mem-logo {
    max-width: 100%;
    height: auto;
  }

  /*.mem-content {
        width: 62.5%;
    }*/

  .mem-stats {
    width: 32.5%;
  }

  .mem-googlemap {
    float: none;
  }
}

@media screen and (max-width: 55em) {
  .home .hp-feature .slick-dots {
    display: none !important;
  }

  .sponsors-partners h2 {
    margin-bottom: 0 !important;
  }

  .sponsors-partners > .grid img {
    margin: 15px 15px 30px;
    max-width: 75px;
  }
}

/* 768px */
@media screen and (max-width: 48em) {
  /*.home .slick-slide img {
        max-width: 125%;
    }*/

  .home .hp-feature .hf-content-block {
    margin-top: -30%;
  }

  .home .hp-feature .hf-content-block {
    padding: 1em 1.4em 1.2em 1.4em;
  }

  .home .hp-feature .slick-prev,
  .home .hp-feature .slick-next {
    display: none !important;
  }

  .news-centre .social-media-feeds > div:first-child {
    margin-bottom: 20px;
  }

  .home .hp-feature .hp-content-block {
    left: 10%;
  }

  .home .main {
    margin-top: 0;
  }

  .home .hp-feature .hf-content-block {
    top: 50%;
    left: 50%;
    margin-top: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .home .hp-feature .hf-content-block > h1,
  .home .hp-feature .hf-content-block > .hf-content-block-inner {
    text-align: center;
  }

  .home .hp-feature .hf-content-block #feature-cta {
    float: none;
    margin: 20px auto;
  }

  .home #categories {
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .home #perspectives #newsletter,
  .home #perspectives #subscribe,
  .home #perspectives #social-media,
  .home #categories section {
    padding: 0;
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    -o-flex: 1 100%;
    flex: 1 100%;
    vertical-align: middle;
  }

  .home #perspectives aside {
    border-left: none !important;
    border-right: none !important;
  }

  .home #perspectives #newsletter h3,
  .home #perspectives #social-media {
    padding-left: 0;
    text-align: center;
    font-size: 1.25rem;
  }

  .home #perspectives #subscribe {
    margin: 20px auto 0;
  }

  .home #perspectives #subscribe p {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .home #perspectives #subscribe .gform_wrapper,
  .home #perspectives #subscribe .gform_wrapper .gform_body,
  .gform_wrapper .top_label input {
    width: 100%;
    line-height: 2;
  }

  .home #perspectives #subscribe .gform_wrapper ul.gform_fields li.gfield {
    margin: 20px auto;
    padding-right: 0;
  }

  .home #perspectives #subscribe .gform_wrapper .gform_footer,
  .home #perspectives #subscribe .gform_wrapper .gform_footer input {
    display: block;
    margin: auto;
    width: auto;
  }

  .home #perspectives #subscribe .gform_wrapper .gform_footer {
    float: none;
  }

  .footer h3 {
    font-size: 21px;
  }

  .footer h6 {
    font-size: 16px;
  }

  .footer #corporate-partners a {
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    -o-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 30px;
    vertical-align: middle;
  }

  .footer p,
  .footer #footer-nav nav a {
    font-size: 13px;
  }

  .footer #footer-tagline,
  .footer #footer-links,
  .footer #footer-perspectives,
  .footer #members {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -o-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
    vertical-align: middle;
  }

  .footer #footer-nav aside,
  .footer #footer-nav section {
    margin-bottom: 20px;
  }

  .footer #footer-nav nav {
    margin: 0;
    width: 50%;
  }

  .footer #footer-nav #footer-cican {
    float: left;
  }

  .footer #footer-nav #footer-contact,
  .footer #footer-nav #footer-legal {
    float: right;
  }

  .footer #footer-perspectives .gform_wrapper .gform_body,
  .footer #footer-perspectives .gform_wrapper .gform_footer {
    float: left;
    clear: none;
  }

  .footer #footer-perspectives .gform_wrapper .gform_body {
    margin-right: 2%;
    width: 78%;
  }

  .footer #footer-perspectives .gform_wrapper .gform_footer {
    width: 20%;
  }
}

/* 600px */
@media screen and (max-width: 37.5rem) {
  .header .main-nav > ul > li > a,
  .header .main-nav > ul > li.current-menu-item > ul > li > a {
    width: 90%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .home #hero-background video {
    width: auto;
    height: 528px;
  }

  .home section[role="main"] section {
    padding: 20px;
  }

  .home #perspectives {
    margin: 0;
    background-color: #6460aa;
    border: none;
  }

  .home #perspectives #newsletter h3,
  .home #perspectives #subscribe p {
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.025rem;
  }

  .home #perspectives #newsletter span.sprite {
    background-position: -51px -113px;
  }

  .home #perspectives #mce-SUBSCRIBE {
    float: none;
    width: 50%;
    margin: 0 auto 20px;
  }

  .home #perspectives #mc-embedded-subscribe {
    background-color: #fff;
    border: 1px solid #6460aa;
    color: #6460aa;
  }

  .home #perspectives #mc-embedded-subscribe-form input[type="text"],
  .home #perspectives #mc-embedded-subscribe-form input[type="email"] {
    margin: 0 0 20px 0;
  }

  /*.home #perspectives #subscribe .gform_wrapper {
        margin: 20px auto;
    }

    .home #perspectives #subscribe .gform_wrapper ul.gform_fields li.gfield {
        margin: 0 auto 15px;
    }

    .home #perspectives #subscribe .gform_wrapper .top_label input:focus {
        background-color: #e3e3e3;
    }

    .home #perspectives #subscribe .gform_wrapper .gform_footer input, .home #perspectives #subscribe .gform_wrapper .gform_footer input:focus {
        background-color: transparent;
        border: 1px solid #FFF;
        color: #FFF;
    }*/

  .home #perspectives #social-media #twitter {
    background-position: 0 -23px;
  }

  .home #perspectives #social-media #facebook {
    background-position: -151px -21px;
  }

  .home #perspectives #social-media #linkedin {
    background-position: -49px -23px;
  }

  .home #content-bucket {
    margin: 0;
  }

  .home #content-bucket section {
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    -o-flex: 1 100%;
    flex: 1 100%;
    vertical-align: middle;
    background-color: #f5f5f5;
  }

  .home #content-bucket > section:first-child .accordion .ui-accordion-header {
    border-top: none;
  }

  .home #content-bucket .accordion h3 {
    padding: 20px;
    font-size: 18px;
  }

  .home #content-bucket .accordion h3 span.sprite {
    display: inline-block;
    float: right;
    margin-top: 2px;
    height: 15px;
    width: 24px;
    background-position: -95px -213px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }

  .home #content-bucket .read-more {
    position: relative;
  }

  .home #content-bucket .accordion .ui-accordion-content img,
  .footer hr {
    display: block !important;
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .home #content-bucket .accordion .ui-accordion-header-active,
  .home #content-bucket .accordion .ui-accordion-content {
    background-color: #fff;
    border: none;
  }

  .home #content-bucket .accordion .ui-accordion-header-active span.sprite {
    background-position: -51px -213px;
  }

  .home #content-bucket .ui-accordion-content {
    padding: 5px 20px 20px;
  }

  .home hr {
    display: none;
  }

  .home #tagline {
    width: 95%;
  }

  .home #content-bucket,
  .home #categories section,
  .home #spotlight {
    padding: 0;
  }

  .home #content-bucket h3 > img,
  .home #content-bucket #events #date {
    display: none;
  }

  .home #categories {
    margin: 0 auto 50px;
  }

  .home #categories section p {
    font-size: 16px;
  }

  /*.footer #footer-perspectives .gform_wrapper .gform_body, .footer #footer-perspectives .gform_wrapper .gform_footer {
        width: 100%;
    }

    .footer #footer-perspectives .gform_wrapper .gform_footer input {
        display: block;
        margin: auto;
        width: auto;
    }*/
}

@media screen and (max-width: 32em) {
  /*.home .slick-slide img {
        max-width: 200%;
    }*/

  .home .hp-feature .hf-content-block > .hf-content-block-inner {
    width: 100%;
  }

  .home .hp-feature .slick-prev,
  .home .hp-feature .slick-next,
  .home .hp-feature .slick-dots {
    display: none !important;
  }

  .sponsors-partners {
    padding: 0 0 1em 0;
  }

  .sponsors-partners > .grid img {
    margin: 8.5px;
    max-width: 50px;
  }

  img.site-logo {
    max-width: 200px;
    height: auto !important;
  }

  .mem-stats {
    clear: both;
    float: left;
    width: 100%;
  }

  .mem-content {
    width: 100%;
  }

  .mem-bucket {
    margin-bottom: 20px;
    width: 100%;
  }

  .board-of-directors .row [class*="col-"] {
    margin-bottom: 30px;
    width: 100%;
  }

  .board-of-directors .row a.btn-common {
    position: inherit;
    float: left;
  }

  .board-of-directors #bod-twitter {
    position: relative;
    display: inline-block;
  }
}

/* 600px */
@media screen and (min-width: 37.5rem) {
  .home #content-bucket .accordion h3 {
    border: none;
    background: none;
    padding: inherit;
    cursor: inherit;
  }

  .home #content-bucket .accordion .ui-accordion-content {
    position: initial;
    display: block !important;
    background: #fff;
    padding: 20px 20px 20px 0;
    border-top: none;
  }
}

@media screen and (min-width: 48em) {
  .home .main {
    margin-top: 0;
  }

  .page-callouts .grid_3 .grid-content,
  .page-callouts .grid_4 .grid-content {
    margin-bottom: 3em;
  }

  .page-callouts .grid_3 .the-more-link,
  .page-callouts .grid_4 .the-more-link {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .page-callouts .grid_3:first-child,
  .page-callouts .grid_4:first-child {
    margin-left: 0 !important;
  }

  .news-centre .grid-row .grid_2 {
    width: 47.44206%;
    margin-right: 1.03004%;
  }

  .main-content .grid-row .grid_4 {
    margin: 0 0 0 1.03004%;
  }

  /* Homepage Hero Slideshow */
  .home .hp-feature .hf-content-block {
    width: 60%;
    left: 7%;
  }

  .home .hp-feature .hf-content-block > h1 {
    background: none;
    font-size: 35px;
    text-align: left;
    margin-bottom: 0.2em;
    padding: 0;
  }

  .home .hp-feature .hf-content-block > .hf-content-block-inner > p {
    font-size: 20px;
  }

  .home .hp-callouts .grid img {
    margin-bottom: 1em;
  }

  /*.home .hp-callouts .grid_4 {
        width: 272px !important;
    }

	.home .hp-callouts .grid_4 .grid-content {
		margin-bottom: 3em;
		font-size: 15px;
	}*/
}

@media screen and (min-width: 55em) {
  /* Homepage Hero Slideshow */
  .home .hp-feature .hf-content-block > h1 {
    font-size: 45px;
  }

  .home .hp-feature .hf-content-block > .hf-content-block-inner > p {
    font-size: 20px;
  }
}

@media screen and (min-width: 67.05em) {
  /* Homepage Hero Slideshow */
  .home .hp-feature .hf-content-block > h1 {
    font-size: 58px;
  }

  .home .hp-feature .hf-content-block > .hf-content-block-inner > p {
    font-size: 23px;
  }
}

/* 1100px */
@media screen and (min-width: 68.75rem) {
  .main {
    /*margin-top: 120px;*/
  }

  .header {
    height: 115px;
  }

  .home .container {
    max-width: 1350px;
  }

  .header .site-logo-purple {
    display: none;
  }

  .main-nav {
    display: block !important;
  }
}

/* PRINT HEADER */

.print-header {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}

.print-header img {
  width: 200px;
  float: right;
}

.print-header h1 {
  margin-bottom: 0;
  margin-top: 10px;
  float: left;
  font-size: 21px !important;
}

.sbpromo h2 {
  font-family: gotham_regular;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Scotiabank Promo */

.sbpromo {
  border: 2px solid #ed1b2e;
  font-size: 12px;
  margin: 0 0 30px 0;
  padding: 30px;
}

.sbpromo .logo {
  margin: 20px 0 0 0;
}

.sbpromo .copy {
  padding: 0 10px 0 30px;
}

@media (max-width: 992px) {
  .sbpromo .logo-en,
  .sbpromo .logo-fr {
    padding: 0;
    margin: 30px 0 0;
  }
  .sbpromo .copy {
    padding: 0;
    border-left: 0px solid #ed1b2e;
  }
}

.sbpromo .copy a {
  color: #ed1b2e;
}

.sbpromo .btn {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background-color: #ed1b2e;
}

.sbpromo .btn a {
  color: #fff;
  text-decoration: none;
}

.sbpromo h1 {
  font-family: gotham_light;
  font-size: 24px;
  margin: 0 0 3px 0;
  padding: 0;
  color: #ed1b2e;
}

/* Custom Events list upcoming - past section*/
.events-new a {
  text-decoration: none;
}

.event-list .event-year_month {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.2em;
}

.event-list .separator {
  height: 2px;
  background: black;
}

/* calendar */
table.calendar {
  border-left: 1px solid #999;
}

table.calendar th,
table.calendar td {
  float: none !important;
}

td.calendar-day {
  font-size: 11px;
  position: relative;
  height: 140px;
  overflow: hidden;
}

* html div.calendar-day {
  min-height: 100px;
}

td.calendar-day:hover {
  background: #eceff5;
}

td.calendar-day-np {
  background: #eee;
  min-height: 80px;
}

* html div.calendar-day-np {
  height: 80px;
}

td.calendar-day-head {
  background: #ddd;
  font-weight: bold;
  text-align: center;
  width: 120px;
  padding: 5px;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

div.day-number {
  background: #f5f5f5;
  padding: 5px;
  color: #999;
  font-weight: bold;
  margin: -5px;
}

/* shared */
td.calendar-day,
td.calendar-day-np {
  width: 120px;
  padding: 5px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

.calendar-title {
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  padding: 3%;
  text-transform: none;
  padding: 10px 0px;
}

a {
  text-decoration: none !important;
}

.controls {
  padding: 20px;
}

/*Event Details page*/
.details a {
  text-decoration: none !important;
}

.details .venue-address {
  font-size: 12px;
}

.details .details-venue a {
  font-size: 12px;
}

.details .custom-button {
  border-radius: 100px;
}

.details table th {
  font-size: 16px;
}

.red {
  color: red;
}

.green {
  color: green;
}

.schedule td:first-child {
  white-space: nowrap;
}

.schedule p {
  margin: 0;
  padding: 0;
}

.member-eve {
  font-size: 11px;
  font-weight: bold;
  color: grey;
}

.cican-eve {
  font-size: 11px;
  font-weight: bold;
  color: #6460aa;
}

/* Newsletter */
.date_news {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Strat Plan */
.stratplan {
  color: #333;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f1f1f1;
  /*background-attachment: fixed;*/
}

@media (max-width: 767.98px) {
  .stratplan {
    background-image: none;
  }

  .stratplan header {
    background-color: #ffffff;
  }
}

.stratplan h1 {
  font-family: gotham_light;
  font-size: 36px;
}

.stratplan h2 {
  font-family: gotham_bold;
  font-size: 30px;
}

.stratplan h2.item1,
.stratplan h2.item2,
.stratplan h2.item3 {
  font-family: gotham_bold;
  font-size: 36px;
  text-transform: uppercase;
}

.stratplan h2.item1 {
  color: #5bc0ed;
}

.stratplan h2.item2 {
  color: #bd3e96;
}

.stratplan h2.item3 {
  color: #353890;
}

.stratplan .btn {
  border-radius: 0em !important;
}

.stratplan .btn-primary {
  background-color: #333333;
  border-color: #333333;
}

.stratplan div.screen {
  margin-bottom: 7.5em;
  padding-bottom: 7.5em;
}

.stratplan .bullets i {
  font-size: 0.5em;
}

.stratnav {
  z-index: 0;
}

.stratplan div.stratnav ul {
  float: right;
  margin-top: 10em;
}

.stratplan div.stratnav ul li {
  margin: 12px 0;
  text-align: right;
}

.stratplan div.stratnav ul li a {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 5px 10px;
  color: #333;
  font-size: 12px;
  font-family: gotham_bold;
  text-transform: uppercase;
  text-align: right;
}

.stratplan .border-bottom {
  border-bottom: 1px dotted #333333 !important;
}

.stratplan .border-top {
  border-top: 1px dotted #333333 !important;
}

.stratplan .border-right {
  border-right: 1px dotted #333333 !important;
}

.stratplan .border-left {
  border-left: 1px dotted #333333 !important;
}

.stratplan #mission {
  font-size: 1.2em;
}

.stratplan #mission h3 {
  font-size: 1.3em;
}

.stratplan .screen ul {
  padding: 0 3em;
  list-style: disc;
}

/* SIDE NAV */

.page-nav > ul > li > a {
  border-top: 0px solid #fff;
}

.page-nav > ul > li {
  border-top: 0px solid #d6d6d6;
  background-color: #f1f1f1;
}

nav.page-nav > ul > li > a {
  display: none;
}

.page-nav > ul > li > ul.sub-menu {
  padding: 10px 20px;
}

.single .page-nav > ul > li > ul.sub-menu {
  display: block;
}

.page-nav > ul > li > ul.sub-menu > li {
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}

.page-nav > ul > li > ul.sub-menu > li:last-child {
  border-bottom: 0px;
}

.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu {
  padding: 10px 20px 0 20px;
}

.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li {
  padding: 5px 0;
}

.page-nav > ul > li > ul.sub-menu > li > a:hover,
.page-nav > ul > li > ul.sub-menu > li > a:focus {
  font-family: gotham_medium;
}

.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover,
.page-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:focus {
  font-family: gotham_medium;
}

.single-accc_member .page-nav > ul > li:not(:nth-child(1)),
.single-accc_appliedresearch .page-nav > ul > li:not(:nth-child(1)),
.single-accc_news .page-nav > ul > li:not(:nth-child(5)),
.single-accc_newsletters .page-nav > ul > li:not(:nth-child(5)) {
  display: none;
}
