/* Main Dark Blue */
/* Main Tourqoise */
.desktop.page-taxonomy-term .twoColumns.noPaddingTop {
  padding-bottom: 246px;
}
.desktop.page-taxonomy-term .twoColumns.noPaddingTop .col {
  padding-top: 29px;
}
.desktop.page-taxonomy-term .twoColumns.noPaddingTop .col h2 {
  margin-bottom: 22px;
}
.desktop.page-taxonomy-term .twoColumns.taxonomy-focus-area {
  padding-bottom: 50px;
}
.desktop .twoColumns.node-case-studies {
  padding-bottom: 246px;
}
.desktop .twoColumns.node-case-studies .col {
  padding-top: 29px;
}
.desktop .twoColumns.node-case-studies .col h2 {
  margin-bottom: 22px;
}

.page-views-programs-newsletters .pagination {
  display: none;
}
.page-views-programs-newsletters .view-newsletters .pagination {
  display: block;
}

.twoColumns {
  padding: 95px 50px 50px 0;
}
.twoColumns.node-case-studies .field-name-body p > img {
  margin-left: -100px !important;
}
.twoColumns.ourGrants {
  padding-top: 50px !important;
}
.twoColumns.ourGrants .col {
  padding: 0 50px;
}
.twoColumns .coverImageCaption {
  padding: 5px 50px;
  position: relative;
  background: url(img/bg_blue.png) repeat;
  width: 650px;
  margin-top: -22px;
}
.twoColumns .coverImageCaption p {
  margin: 0;
  font-family: "MiloSerifOTRegular";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: white;
}
.twoColumns .col {
  background: white;
  float: left;
  width: 650px;
  padding: 0 50px 50px 50px;
  position: relative;
}
.twoColumns .col img {
  margin-bottom: 18px;
}
.twoColumns .col .field-name-body img {
  height: auto !important;
}
.twoColumns .col.cs_landing .postItem {
  height: auto !important;
}
.twoColumns .col.cs_landing .postItem .excerpt {
  position: relative;
  top: 0;
  margin-top: -93px;
}
.twoColumns .col.cs_landing .postItem .excerpt p a {
  font: inherit;
  color: black;
  border-bottom: 1px solid #2ac3e1;
}
.twoColumns .col.cs_landing .postItem .excerpt p a:hover {
  color: #2ac3e1;
}
.twoColumns .col img.left {
  float: left;
  margin-right: 0 !important;
}
.twoColumns .col .wrap-content {
  float: right;
}
.twoColumns .col .wrap-content * {
  margin-left: 0 !important;
}
.twoColumns .col.staff .portrait, .twoColumns .col.trustee .portrait {
  float: left;
  margin-right: 30px;
}
.twoColumns .col.staff .position, .twoColumns .col.trustee .position {
  margin-bottom: 30px;
}
.twoColumns .col.hasImages .postItem.noImage {
  max-width: 100%;
}
.twoColumns .col.hasImages .postItem.noImage .excerpt {
  margin-left: 0;
  float: right;
  max-width: 399px;
}
.twoColumns .col .view-newsletters {
  transition: max-height 2s linear;
  overflow-y: hidden;
  max-height: 447px;
}
.twoColumns .col .view-newsletters .view-content .views-row {
  position: relative;
  margin-top: 50px;
}
.twoColumns .col .view-newsletters .view-content .views-row .image_wrapper img {
  width: 220px;
  height: auto;
}
.twoColumns .col .view-newsletters .view-content .views-row .postItem .excerpt h3 {
  margin: 0;
}
.twoColumns .col .view-newsletters .view-content .views-row .postItem .excerpt h3 a {
  font-family: "TradeGothicLTComBold";
  font-size: 50px;
  color: #002d62;
  margin-bottom: 60px;
  text-transform: uppercase;
  border-bottom: none;
}
.twoColumns .col .view-newsletters .view-content .views-row .postItem .excerpt h3 a:hover {
  color: #2ac3e1;
}
.twoColumns .col .view-newsletters .view-content .views-row .postItem .excerpt p {
  margin-bottom: 5px;
}
.twoColumns .col .view-newsletters .view-content .views-row .postItem .excerpt p .file-icon,
.twoColumns .col .view-newsletters .view-content .views-row .postItem .excerpt p .file-size {
  display: none;
}
.twoColumns .col .view-newsletters ul.pager--infinite-scroll {
  margin: 0;
}
.twoColumns .col .view-newsletters ul.pager--infinite-scroll .ajax-progress-throbber {
  display: none;
}
.twoColumns .col iframe {
  width: 100%;
}
.twoColumns .col .content .field-item > ul, .twoColumns .col .content > ul {
  list-style-type: none;
}
.twoColumns .col .content .field-item > ul li, .twoColumns .col .content > ul li {
  position: relative;
  counter-increment: item;
  margin-left: 0 !important;
  line-height: 1.5;
  color: inherit;
}
.twoColumns .col .content .field-item > ul li:before, .twoColumns .col .content > ul li:before {
  color: #2ac3e1;
  content: "\2022";
  display: inline-block;
  font: inherit !important;
  position: absolute;
  left: -9px;
}
.twoColumns .col .content .field-item > ul li ul, .twoColumns .col .content > ul li ul {
  list-style-type: none;
  margin: 6px 0 0 1px !important;
}
.twoColumns .col .content .field-item > ul li ul li:before, .twoColumns .col .content > ul li ul li:before {
  color: #999999;
}
.twoColumns .col .content .field-item > ol, .twoColumns .col .content > ol {
  list-style-type: none !important;
  counter-reset: item;
}
.twoColumns .col .content .field-item > ol li, .twoColumns .col .content > ol li {
  position: relative;
  counter-increment: item;
  margin-left: 0 !important;
  line-height: 1.5;
  color: inherit;
}
.twoColumns .col .content .field-item > ol li:before, .twoColumns .col .content > ol li:before {
  font: inherit !important;
  color: #2ac3e1;
  display: inline-block;
  content: counter(item) ". ";
  position: absolute;
  left: -21px;
  text-align: right;
  width: 18px;
}
.twoColumns .col .content .field-item > ul,
.twoColumns .col .content .field-item > ol,
.twoColumns .col .content > ul, .twoColumns .col .content > ol {
  margin-left: 104px !important;
  margin-right: 0;
}
.twoColumns .col .content .field-item > ul li,
.twoColumns .col .content .field-item > ol li,
.twoColumns .col .content > ul li, .twoColumns .col .content > ol li {
  margin: 0 0 6px 8px !important;
  line-height: 1.5 !important;
}
.twoColumns .col .breadcrumbs {
  position: absolute;
  top: -65px;
  left: 0;
}
.twoColumns .col .image-fullwidth {
  float: none !important;
  margin-right: 0 !important;
}
.twoColumns .col .wrap-image-container {
  max-width: none;
  width: auto !important;
  margin-left: -84px !important;
  margin-right: 30px;
  float: left;
}
.twoColumns .col .wrap-image-container img {
  margin: 0 !important;
}
.twoColumns .col .wrap-image-container .image-caption {
  margin: 0 !important;
}
.twoColumns .col .content .field-item > img.wrap-image {
  float: left;
  margin-right: 30px;
}
.twoColumns .col .image-caption {
  margin: 0 0 0 0;
  font-family: "MiloSerifOTRegular";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: gray !important;
}
.twoColumns .col h2 {
  font-family: "TradeGothicLTComBold";
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  color: #2ac3e1;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.twoColumns .col h2 span {
  font-family: "TradeGothicLTComBold";
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  color: #002d62;
  display: block;
}
.twoColumns .col .content .field-item > h2 {
  color: #2ac3e1;
  margin: 0 0 22px 84px;
}
.twoColumns .col .content .field-item > h2 span {
  color: inherit;
  font: inherit;
  line-height: 1 !important;
}
.twoColumns .col h3 {
  color: #002d62;
  font-family: "TradeGothicLTComBold";
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 0 84px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.node-type-basic-page .twoColumns .col h3 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 40px;
}
.twoColumns .col h4 {
  color: #002d62;
  font-family: "MiloSerifOTText";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  margin: 0 50px 8px 84px;
  line-height: 1;
}
.twoColumns .col h4 a {
  color: #002d62;
  font-family: "MiloSerifOTText";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
}
.twoColumns .col h4 a:hover {
  color: #2ac3e1;
}
.twoColumns .col h5 {
  margin: 0 0 10px 84px;
  text-transform: uppercase;
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.twoColumns .col p {
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin: 0 50px 30px 84px;
  line-height: 1.5;
}
.twoColumns .col p a {
  color: #2ac3e1;
  border: 0 none;
}
.twoColumns .col p a:hover {
  color: #0ca6c0;
}
.twoColumns .col p a.readmore {
  display: inline;
  color: black;
  border-bottom: 1px solid #2ac3e1;
}
.twoColumns .col p a.readmore:hover {
  color: #2ac3e1;
}
.twoColumns .col p video {
  max-width: 100%;
}
.twoColumns .col ul, .twoColumns .col ol {
  margin: 0 50px 30px 50px;
}
.twoColumns .col ul li, .twoColumns .col ol li {
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
.twoColumns .col .quote {
  float: left;
  width: 230px;
  margin: 0 30px 0 0;
}
.twoColumns .col .quote blockquote {
  color: #002d62;
  font-family: "MiloSerifOTRegular";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 21px 0;
}
.twoColumns .col .quote blockquote p {
  color: #002d62;
  font-family: "MiloSerifOTRegular";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 21px 0;
  line-height: 1.5;
}
.twoColumns .col .quote blockquote p:after, .twoColumns .col .quote blockquote p:before {
  color: #002d62;
  font-family: "MiloSerifOTRegular";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.twoColumns .col .quote blockquote p:before {
  content: "\201C";
}
.twoColumns .col .quote blockquote p:after {
  content: "\201D";
}
.twoColumns .col .quote p {
  color: #2ac3e1;
  display: block;
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 21px 0;
}
.twoColumns .col .grantsInfo {
  border-top: 1px solid #2ac3e1;
  margin: 0 0 50px 84px;
  max-width: 390px;
  padding: 3px 0 0 0;
  width: 100%;
}
.twoColumns .col .grantsInfo h6, .twoColumns .col .grantsInfo p {
  float: left;
}
.twoColumns .col .grantsInfo h6 {
  color: gray;
  font-family: "MiloSerifOTText";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  width: 40%;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 6px;
}
.twoColumns .col .grantsInfo p {
  color: #002d62;
  font-family: "TradeGothicLTComBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  width: 60%;
  line-height: 1;
}
.twoColumns .col .grantsInfo p a {
  font: inherit;
  color: inherit;
}
.twoColumns .col .grantsInfo p a:hover {
  color: #2ac3e1;
}
.twoColumns .col .grantsList {
  margin-left: 0;
}
.twoColumns .col .grantsList table {
  width: 100%;
}
.twoColumns .col .grantsList table tr td, .twoColumns .col .grantsList table tr th {
  width: 30%;
  padding: 6px 0;
}
.twoColumns .col .grantsList table tr td:first-child, .twoColumns .col .grantsList table tr th:first-child {
  width: 60%;
  padding-right: 30px;
}
.twoColumns .col .grantsList table tr th:nth-child(4), .twoColumns .col .grantsList table tr td:nth-child(4) {
  display: none;
}
.twoColumns .col .grantsList table tr th a {
  color: #002d62;
  font-family: "MiloSerifOTText";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}
.twoColumns .col .grantsList table tr th a span {
  background: url(img/arrow_sprites.png) no-repeat 0 0;
  width: 12px;
  height: 17px;
  display: block;
  position: absolute;
  top: 6px;
  left: -24px;
}
.twoColumns .col .grantsList table tr th a:hover {
  color: #2ac3e1;
}
.twoColumns .col .grantsList table tr th a.both:hover span {
  background-position: -12px 0;
}
.twoColumns .col .grantsList table tr th a.desc {
  color: #2ac3e1;
}
.twoColumns .col .grantsList table tr th a.desc:hover span {
  background-position: -24px 0;
}
.twoColumns .col .grantsList table tr th a.desc span {
  background-position: -12px 0;
}
.twoColumns .col .grantsList table tr th a.asc {
  color: #2ac3e1;
}
.twoColumns .col .grantsList table tr th a.asc:hover span {
  background-position: -12px 0;
}
.twoColumns .col .grantsList table tr th a.asc span {
  background-position: -24px 0;
}
.twoColumns .col .grantsList table tr td {
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: black;
  line-height: 1.3;
  vertical-align: top;
}
.twoColumns .col .grantsList table tr td a {
  display: inline;
  border-bottom: 1px solid #2ac3e1;
  word-wrap: break-word;
  font: inherit;
  color: inherit;
}
.twoColumns .col .grantsList table tr td a:hover {
  color: #2ac3e1;
}
.twoColumns .col .grantsList table tr td p.mobileElement {
  margin-bottom: 0;
}
.twoColumns .col .grantsList .pagination, .twoColumns .col .grantsList .item-list {
  padding: 30px 0 0 0;
}
.twoColumns .col .grantsList .pagination ul, .twoColumns .col .grantsList .item-list ul {
  margin-left: 0 !important;
}
.twoColumns .col .grantsList .pagination ul li, .twoColumns .col .grantsList .item-list ul li {
  color: #002d62;
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  line-height: 1;
}
.twoColumns .col .grantsList .pagination ul li.current, .twoColumns .col .grantsList .pagination ul li.pager-current, .twoColumns .col .grantsList .item-list ul li.current, .twoColumns .col .grantsList .item-list ul li.pager-current {
  color: #2ac3e1;
}
.twoColumns .col .grantsList .pagination ul li.pager-last, .twoColumns .col .grantsList .pagination ul li.pager-first, .twoColumns .col .grantsList .item-list ul li.pager-last, .twoColumns .col .grantsList .item-list ul li.pager-first {
  display: none;
}
.twoColumns .col .grantsList .pagination ul li.previous, .twoColumns .col .grantsList .item-list ul li.previous {
  margin: 0 12px 0 0;
}
.twoColumns .col .grantsList .pagination ul li.previous a, .twoColumns .col .grantsList .item-list ul li.previous a {
  border-bottom: 1px solid #2ac3e1;
}
.twoColumns .col .grantsList .pagination ul li.previous a:before, .twoColumns .col .grantsList .item-list ul li.previous a:before {
  width: 8px;
  height: 10px;
  margin: 0 6px 0 0;
}
.twoColumns .col .grantsList .pagination ul li.pager-previous, .twoColumns .col .grantsList .item-list ul li.pager-previous {
  margin-right: 9px;
  position: relative;
}
.twoColumns .col .grantsList .pagination ul li.pager-previous a, .twoColumns .col .grantsList .item-list ul li.pager-previous a {
  display: block;
  margin-left: 15px;
  height: auto;
  text-transform: capitalize;
  border-bottom: 1px solid white;
}
.twoColumns .col .grantsList .pagination ul li.pager-previous a:hover, .twoColumns .col .grantsList .item-list ul li.pager-previous a:hover {
  border-bottom: 1px solid #2ac3e1;
}
.twoColumns .col .grantsList .pagination ul li.pager-previous:before, .twoColumns .col .grantsList .item-list ul li.pager-previous:before {
  content: "";
  background: url(img/pagination_prev.png) no-repeat;
  width: 8px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.twoColumns .col .grantsList .pagination ul li.next, .twoColumns .col .grantsList .item-list ul li.next {
  margin: 0 0 0 12px;
}
.twoColumns .col .grantsList .pagination ul li.next a, .twoColumns .col .grantsList .item-list ul li.next a {
  border-bottom: 1px solid #2ac3e1;
}
.twoColumns .col .grantsList .pagination ul li.next a:after, .twoColumns .col .grantsList .item-list ul li.next a:after {
  width: 8px;
  height: 10px;
  content: url(img/pagination_next.png);
  margin: 0 0 0 6px;
}
.twoColumns .col .grantsList .pagination ul li.pager-next, .twoColumns .col .grantsList .item-list ul li.pager-next {
  margin-left: 12px;
  position: relative;
}
.twoColumns .col .grantsList .pagination ul li.pager-next a, .twoColumns .col .grantsList .item-list ul li.pager-next a {
  display: block;
  text-align: left;
  height: auto;
  text-transform: capitalize;
  border-bottom: 1px solid white;
}
.twoColumns .col .grantsList .pagination ul li.pager-next a:hover, .twoColumns .col .grantsList .item-list ul li.pager-next a:hover {
  border-bottom: 1px solid #2ac3e1;
}
.twoColumns .col .grantsList .pagination ul li.pager-next:after, .twoColumns .col .grantsList .item-list ul li.pager-next:after {
  content: "";
  background: url(img/pagination_next.png) no-repeat;
  width: 8px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -15px;
}
.twoColumns .col .grantsList .pagination ul li a, .twoColumns .col .grantsList .item-list ul li a {
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  position: relative;
  color: #002d62;
}
.twoColumns .col .grantsList .pagination ul li a:hover, .twoColumns .col .grantsList .item-list ul li a:hover {
  color: #2ac3e1;
}
.twoColumns .col .hctTrusteesList {
  margin: 0 0 0 80px;
  border-top: 1px solid #2ac3e1;
  padding-top: 15px;
}
.twoColumns .col .hctTrusteesList ul {
  margin: 0 0 0 0;
}
.twoColumns .col .hctTrusteesList ul li {
  margin: 0 0 15px 0;
}
.twoColumns .col .hctTrusteesList ul li a {
  text-transform: uppercase;
  color: #2ac3e1;
}
.twoColumns .col .hctTrusteesList ul li a:hover {
  border-bottom: 1px solid #2ac3e1;
}
.twoColumns .col .hctTrusteesList ul li .trusteesInfo {
  display: none;
}
.twoColumns .col .view-trustees .view-footer .hctTrusteesList {
  border: none;
}
.twoColumns .col .view-trustees .view-footer .views-row p {
  margin: 0 0 1em 0;
  line-height: 2;
}
.twoColumns .col .eventsInfo {
  border: 1px solid #2ac3e1;
  margin: 0 0 30px 84px;
  padding: 10px 20px 20px 10px;
}
.twoColumns .col .eventsInfo .logo {
  float: left;
  width: 233px;
}
.twoColumns .col .eventsInfo .info {
  float: right;
  width: 285px;
}
.twoColumns .col .eventsInfo img {
  margin: 50px 0 0 0;
}
.twoColumns .col .eventsInfo h5 {
  font-family: "TradeGothicLTComBold";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  color: #002d62;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #2ac3e1;
  padding: 0 0 50px 0;
}
.twoColumns .col .eventsInfo h6, .twoColumns .col .eventsInfo p {
  float: left;
  line-height: 1;
}
.twoColumns .col .eventsInfo h6 {
  font-family: "MiloSerifOTText";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #a3a3a3;
  width: 62px;
  margin: 0 0 0 0;
}
.twoColumns .col .eventsInfo p {
  font-family: "TradeGothicLTComBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #002d62;
  width: 222px;
  margin: 0 0 6px 0;
}
.twoColumns .col .eventsInfo p a {
  display: inline;
  font-family: "TradeGothicLTComBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #002d62;
  border-bottom: 1px solid #2ac3e1;
}
.twoColumns .col .eventsInfo p a:hover {
  color: #2ac3e1 !important;
}
.twoColumns .col .eventsInfo p a:after {
  background: url(img/external_link_icon.png) no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
}
.twoColumns .col .hctProgramList {
  margin: 0 0 30px 84px;
  overflow: hidden;
}
.twoColumns .col .hctProgramList .itemCol {
  max-width: 138px;
  width: 100%;
  float: left;
  margin: 0 30px 0 0;
}
.twoColumns .col .hctProgramList .itemCol h5 {
  font-family: "TradeGothicLTComBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  padding: 0 0 3px;
  margin: 0 0 0 0;
  height: 32px;
  display: table-cell;
  vertical-align: bottom;
  width: 138px;
}
.twoColumns .col .hctProgramList .itemCol ul {
  margin: 15px 0 30px 0 !important;
}
.twoColumns .col .hctProgramList .itemCol ul li {
  color: #002d62;
  font-family: "TradeGothicLTComBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
}
.twoColumns .col .hctfinancialChart {
  margin: 0 0 0 84px;
  overflow: hidden;
}
.twoColumns .col .hctfinancialChart .chartCol {
  float: left;
  width: 50%;
  max-width: 273px;
  min-height: 312px;
  border: 1px solid #002d62;
  padding: 0 0 20px;
}
.twoColumns .col .hctfinancialChart .chartCol h4, .twoColumns .col .hctfinancialChart .chartCol h6 {
  margin-left: 20px;
  margin-right: 20px;
}
.twoColumns .col .hctfinancialChart .chartCol h6 {
  color: black;
  font-family: "TradeGothicLTComBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.twoColumns .col .hctfinancialChart .chartCol h5 {
  font-family: "TradeGothicLTComBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: white;
  margin: 0 0 20px 0;
  background: gray;
  padding: 10px 0;
  text-align: center;
}
.twoColumns .col .hctfinancialChart .chartCol h4 {
  margin-bottom: 20px;
  font-family: "TradeGothicLTComBold";
  font-size: 25px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}
.twoColumns .col .hctfinancialChart .chartCol h4:nth-of-type(1) {
  font-size: 30px;
}
.twoColumns .col .hctfinancialChart .chartCol h4:nth-of-type(2) {
  font-size: 25px;
}
.twoColumns .col .hctfinancialChart .chartCol h4:nth-of-type(3) {
  font-size: 21px;
}
.twoColumns .col .hctfinancialChart .chartCol h4:nth-of-type(4) {
  font-size: 18px;
}
.twoColumns.withSidebar .sidebar, .twoColumns.withSidebar .col {
  padding-top: 50px;
}
.twoColumns.withSidebar h4, .twoColumns.withSidebar p {
  margin-right: 0 !important;
}
.twoColumns.withSidebar .grantsInfo p {
  margin-left: 0 !important;
}

node-type-case-studies,
.node-case-study {
  background: url(img/page_bg.jpg) no-repeat top center;
  background-attachment: fixed;
}
node-type-case-studies .twoColumns,
.node-case-study .twoColumns {
  padding: 445px 50px 50px 0;
}
node-type-case-studies .twoColumns .col .breadcrumbs,
.node-case-study .twoColumns .col .breadcrumbs {
  top: -18px;
}
node-type-case-studies .twoColumns .sidebar,
.node-case-study .twoColumns .sidebar {
  padding-top: 0;
}

.node-program {
  background: url(img/page_bg2.jpg) no-repeat top center;
  background-attachment: fixed;
}
.node-program .twoColumns {
  padding: 0 50px 50px 0;
}
.node-program .twoColumns .col .breadcrumbs {
  top: -18px;
}
.node-program .twoColumns .sidebar {
  padding-top: 0;
}

.node-type-events h2,
.node-type-news h2,
.node-type-publication h2 {
  margin-bottom: 0 !important;
}
.node-type-events .postInfo,
.node-type-news .postInfo,
.node-type-publication .postInfo {
  font-family: "TradeGothicLTComBold";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 50px !important;
  margin-top: 6px !important;
  color: black;
}
.node-type-events .postInfo a,
.node-type-news .postInfo a,
.node-type-publication .postInfo a {
  font: inherit;
  color: black !important;
  border-bottom: 1px solid #2ac3e1 !important;
}
.node-type-events .postInfo a:hover,
.node-type-news .postInfo a:hover,
.node-type-publication .postInfo a:hover {
  color: #2ac3e1 !important;
}

.trustees,
.programs {
  background: url(img/page_bg3.jpg) no-repeat top center;
  background-attachment: fixed;
}
.trustees .twoColumns,
.programs .twoColumns {
  background: transparent url(img/bg_white.png) repeat;
  padding: 0 50px 50px 0;
}
.trustees .twoColumns .col,
.programs .twoColumns .col {
  padding-top: 100px;
}
.trustees .twoColumns .col .breadcrumbs,
.programs .twoColumns .col .breadcrumbs {
  top: -18px;
}
.trustees .twoColumns .sidebar,
.programs .twoColumns .sidebar {
  padding-top: 100px;
}

.postItem {
  position: relative;
  height: 440px;
  max-width: 640px;
  margin: 0 0 30px 0;
  width: 100%;
}
.postItem img {
  display: block;
  max-height: 280px;
  max-width: 640px;
}
.postItem .excerpt {
  background: white;
  width: 306px;
  padding: 30px;
  position: absolute;
  top: 210px;
  left: 50px;
}
.postItem .excerpt h4 {
  margin: 0 0 0 0;
  display: inline;
}
.postItem .excerpt h4 a {
  border: 0 none;
  color: #002d62;
  font-family: "MiloSerifOTText";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.postItem .excerpt h4 a:hover {
  color: #2ac3e1;
}
.postItem .excerpt a {
  border-bottom: 1px solid #2ac3e1;
  color: black;
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.postItem .excerpt a:hover {
  color: #2ac3e1;
}
.postItem .excerpt p {
  color: black;
  margin: 6px 0 30px 0;
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.postItem .excerpt p a {
  border-bottom: 1px solid #2ac3e1;
  color: black;
  font: inherit;
}
.postItem .excerpt p a:hover {
  color: #2ac3e1;
}
.postItem .excerpt ul, .postItem .excerpt ol {
  margin: 0 0 30px;
}
.postItem .excerpt ul li, .postItem .excerpt ol li {
  position: relative;
  color: black;
  margin: 0 0 0 0;
  font-family: "MiloSerifOTRegular";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.postItem .excerpt ul li span, .postItem .excerpt ol li span {
  font: inherit;
  color: inherit;
}
.postItem .excerpt ul {
  list-style-type: none;
  margin-right: 0;
  padding-left: 20px;
}
.postItem .excerpt ul li {
  position: relative;
  counter-increment: item;
  margin-left: 8px !important;
  line-height: 1.5;
}
.postItem .excerpt ul li:before {
  font: inherit !important;
  color: #2ac3e1;
  display: inline-block;
  content: "\2022";
  position: absolute;
  left: -9px;
}
.postItem .excerpt ol {
  list-style-type: none !important;
  counter-reset: item;
  margin-right: 0;
}
.postItem .excerpt ol li {
  position: relative;
  counter-increment: item;
  margin-left: 0 !important;
  line-height: 1.5;
}
.postItem .excerpt ol li:before {
  font: inherit !important;
  color: #2ac3e1;
  display: inline-block;
  content: counter(item) ". ";
  position: absolute;
  left: -21px;
  text-align: right;
  width: 18px;
}
.postItem.itemProgram {
  height: auto !important;
  max-width: 100%;
}
.postItem.itemProgram .image_wrapper {
  float: left;
  width: 220px;
  height: auto;
}
.postItem.itemProgram .image_wrapper img {
  display: block;
  margin: 0 0 3px;
  max-height: none;
}
.postItem.itemProgram .image_wrapper .image_caption {
  font-family: "MiloSerifOTRegular";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: gray;
}
.postItem.itemProgram .excerpt {
  float: right;
  background: none;
  padding: 0;
  position: relative;
  max-width: 399px;
  width: auto;
  margin-bottom: 0;
  top: inherit;
  left: inherit;
}
.postItem.itemProgram .excerpt h4 {
  text-transform: uppercase;
}
.postItem.itemProgram.noImage {
  max-width: 100%;
}
.postItem.itemProgram.noImage .excerpt {
  margin-left: 84px;
  float: none;
  max-width: none;
}

/* Responsive */
@media screen and (max-width: 1080px) {
  .page-taxonomy-term .twoColumns.taxonomy-focus-area .col {
    padding-top: 100px !important;
  }

  .fourColumns {
    margin-left: 0 !important;
    width: auto !important;
  }
  .fourColumns .col {
    width: auto !important;
    max-width: none !important;
    float: none !important;
  }

  .page-search-site .twoColumns {
    padding-top: 50px !important;
  }

  .twoColumns {
    padding: 0 50px 30px 50px !important;
  }
  .twoColumns.newsletters-container {
    padding-top: 95px !important;
  }
  .twoColumns .coverImageCaption {
    max-width: none;
    width: 59%;
    width: calc(100% - 378px);
    width: -webkit-calc(100% - 378px);
    width: -moz-calc(100% - 378px);
    width: -o-calc(100% - 378px);
  }
  .twoColumns .col {
    float: left;
    max-width: none;
    width: 59%;
    width: calc(100% - 378px);
    width: -webkit-calc(100% - 378px);
    width: -moz-calc(100% - 378px);
    width: -o-calc(100% - 378px);
  }
  .twoColumns .col.cs_landing, .twoColumns .col.program_grants {
    padding-top: 100px !important;
  }
  .twoColumns .col ul.pager--infinite-scroll {
    margin: 0 !important;
  }
  .twoColumns .col.cs_landing .postItem img {
    height: auto;
    width: 100%;
  }
  .twoColumns .col .landscape img {
    width: 100%;
  }
  .twoColumns .col.hasImages .excerpt {
    width: 50%;
  }
  .twoColumns .col iframe {
    width: auto;
    height: auto;
  }
  .twoColumns .col .image-caption-container {
    width: 100% !important;
    height: auto !important;
  }
  .twoColumns .col h2 {
    word-wrap: break-word;
  }
  .twoColumns .col ol, .twoColumns .col ul {
    margin: 0 0 30px 0 !important;
  }
  .twoColumns .col p {
    word-wrap: break-word;
  }
  .twoColumns .col .hctSearch .rightCol > h4 {
    margin-left: -30px !important;
  }
  .twoColumns .col .eventsInfo {
    border: 1px solid #2ac3e1;
    margin: 0 0 30px 84px;
    padding: 10px 20px 20px 10px;
  }
  .twoColumns .col .eventsInfo .logo {
    float: left;
    width: 233px;
  }
  .twoColumns .col .eventsInfo .info {
    float: right;
    width: auto;
  }
  .twoColumns .col .eventsInfo img {
    margin: 50px 0 0 0;
  }
  .twoColumns .col .eventsInfo h5 {
    font-family: "TradeGothicLTComBold";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #2ac3e1;
    padding: 0 0 50px 0;
  }
  .twoColumns .col .eventsInfo h6, .twoColumns .col .eventsInfo p {
    float: left;
    line-height: 1;
  }
  .twoColumns .col .eventsInfo h6 {
    font-family: "MiloSerifOTText";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #a3a3a3;
    width: 62px;
    margin: 0 0 0 0;
  }
  .twoColumns .col .eventsInfo p {
    font-family: "TradeGothicLTComBold";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #002d62;
    width: 222px;
    margin: 0 0 6px 0;
  }
  .twoColumns .col .eventsInfo p a {
    display: inline;
    font-family: "TradeGothicLTComBold";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .eventsInfo p a:hover {
    color: #2ac3e1 !important;
  }
  .twoColumns .col .eventsInfo p a:after {
    background: url(img/external_link_icon.png) no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
  }
  .twoColumns .col .grantsList {
    margin-left: 0;
  }
  .twoColumns .col .hctProgramList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList .itemCol {
    max-width: none;
    width: auto;
    float: none;
  }
  .twoColumns .col .hctProgramList .itemCol h5 {
    width: 100%;
    display: block;
    height: auto;
  }
  .twoColumns .col .hctProgramList .itemCol ul li {
    font-size: 28px;
  }
  .twoColumns .col h4 {
    margin-bottom: 9px;
  }
  .twoColumns .col h4 a {
    font-size: 30px;
  }
  .twoColumns .col h5, .twoColumns .col p, .twoColumns .col p a {
    margin-right: 0;
  }
  .twoColumns .col img {
    display: block;
  }
  .twoColumns .col .quote {
    float: none;
    width: auto;
    max-width: 640px;
    margin-right: 0;
  }
  .twoColumns .col .caption p {
    color: #58595b;
  }
  .twoColumns .col .sliderAlternate {
    background: url(img/col_bg.png) repeat-y center;
    padding: 30px;
    width: 100%;
    margin-left: -30px;
    margin-bottom: 30px;
  }
  .twoColumns .col .sliderAlternate h3, .twoColumns .col .sliderAlternate span {
    font-family: "TradeGothicLTComBold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate h4 a {
    font-family: "TradeGothicLTComBold";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate p {
    color: white;
    font-size: 20px;
  }
  .twoColumns .col .sliderAlternate p a {
    color: white;
    font-size: 20px;
  }
  .twoColumns .col #map {
    width: auto !important;
    margin: 0 auto 30px !important;
  }

  .node-case-study #mainWrap {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns .col {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .twoColumns .col .eventsInfo {
    margin-left: 0 !important;
  }
  .twoColumns .col .eventsInfo {
    border: 1px solid #2ac3e1;
    margin: 0 0 30px 84px;
    padding: 10px 20px 20px 10px;
  }
  .twoColumns .col .eventsInfo .logo {
    float: left;
    width: auto;
  }
  .twoColumns .col .eventsInfo .info {
    float: right;
    width: 285px;
  }
  .twoColumns .col .eventsInfo img {
    margin: 50px 0 0 0;
    width: 100%;
  }
  .twoColumns .col .eventsInfo h5 {
    font-family: "TradeGothicLTComBold";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #2ac3e1;
    padding: 0 0 50px 0;
  }
  .twoColumns .col .eventsInfo h6, .twoColumns .col .eventsInfo p {
    float: left;
    line-height: 1;
  }
  .twoColumns .col .eventsInfo h6 {
    font-family: "MiloSerifOTText";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #a3a3a3;
    width: 62px;
    margin: 0 0 0 0;
  }
  .twoColumns .col .eventsInfo p {
    font-family: "TradeGothicLTComBold";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #002d62;
    width: 222px;
    margin: 0 0 6px 0;
  }
  .twoColumns .col .eventsInfo p a {
    display: inline;
    font-family: "TradeGothicLTComBold";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .eventsInfo p a:hover {
    color: #2ac3e1 !important;
  }
  .twoColumns .col .eventsInfo p a:after {
    background: url(img/external_link_icon.png) no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
  }
}
@media screen and (max-width: 960px) {
  .page-taxonomy-term .twoColumns .col,
  .page-views-programs-newsletters .twoColumns .col {
    padding-top: 100px !important;
  }
  .page-taxonomy-term .twoColumns.newsletters-container,
  .page-views-programs-newsletters .twoColumns.newsletters-container {
    padding-top: 0px !important;
  }

  .fourColumns {
    margin-left: 0 !important;
    width: auto !important;
  }
  .fourColumns .col {
    width: auto !important;
    max-width: none !important;
    float: none !important;
  }

  .page-search-site .twoColumns {
    padding-top: 0 !important;
  }

  .twoColumns {
    padding: 0 50px 30px 50px !important;
  }
  .twoColumns.node-case-studies .col {
    padding-top: 100px !important;
  }
  .twoColumns .coverImageCaption {
    display: none;
  }
  .twoColumns.ourGrants {
    padding: 0 50px 50px 50px !important;
  }
  .twoColumns .col {
    float: none;
    width: auto;
    max-width: 960px;
    padding: 50px 0 0 0 !important;
  }
  .twoColumns .col .content .field-item > ul, .twoColumns .col .content > ul,
  .twoColumns .col .content .field-item > ol, .twoColumns .col .content > ol {
    margin-left: 20px !important;
  }
  .twoColumns .col .content .field-item > ul li, .twoColumns .col .content > ul li,
  .twoColumns .col .content .field-item > ol li, .twoColumns .col .content > ol li {
    margin-left: 8px !important;
  }
  .twoColumns .col .image_wrapper img {
    max-width: 220px;
    height: auto;
  }
  .twoColumns .col ul.pager--infinite-scroll {
    height: auto !important;
  }
  .twoColumns .col.cs_landing, .twoColumns .col.program_grants {
    padding-top: 100px !important;
  }
  .twoColumns .col.hasImages .postItem .excerpt {
    width: 64%;
    max-width: none;
  }
  .twoColumns .col.cs_landing .postItem img {
    width: 100%;
    height: auto;
  }
  .twoColumns .col iframe {
    width: auto;
    height: auto;
  }
  .twoColumns .col .image-caption-container {
    width: 100% !important;
    height: auto !important;
  }
  .twoColumns .col .image-caption-container img {
    margin-left: 0 !important;
  }
  .twoColumns .col .image-caption-container .image-caption {
    margin-left: 0 !important;
  }
  .twoColumns .col .content .field-item > .wrap-image {
    margin-left: 0 !important;
  }
  .twoColumns .col .wrap-image-container {
    margin-left: 0 !important;
    margin-bottom: 6px;
  }
  .twoColumns .col h2 {
    word-wrap: break-word;
  }
  .twoColumns .col ol, .twoColumns .col ul {
    margin: 0 0 30px 0 !important;
  }
  .twoColumns .col p {
    word-wrap: break-word;
  }
  .twoColumns .col .content .field-item > h2, .twoColumns .col h3, .twoColumns .col h4, .twoColumns .col h5, .twoColumns .col p,
  .twoColumns .col .grantsInfo,
  .twoColumns .col .eventsInfo {
    margin-left: 0 !important;
  }
  .twoColumns .col .hctSearch .rightCol > h4 {
    margin-left: -30px !important;
  }
  .twoColumns .col .postInfo {
    margin-bottom: 60px !important;
  }
  .twoColumns .col .eventsInfo {
    border: 1px solid #2ac3e1;
    margin: 0 0 30px 84px;
    padding: 10px 20px 20px 10px;
  }
  .twoColumns .col .eventsInfo .logo {
    float: left;
    width: auto;
  }
  .twoColumns .col .eventsInfo .info {
    float: right;
    width: 285px;
  }
  .twoColumns .col .eventsInfo img {
    margin: 50px 0 0 0;
  }
  .twoColumns .col .eventsInfo h5 {
    font-family: "TradeGothicLTComBold";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #2ac3e1;
    padding: 0 0 50px 0;
  }
  .twoColumns .col .eventsInfo h6, .twoColumns .col .eventsInfo p {
    float: left;
    line-height: 1;
  }
  .twoColumns .col .eventsInfo h6 {
    font-family: "MiloSerifOTText";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #a3a3a3;
    width: 62px;
    margin: 0 0 0 0;
  }
  .twoColumns .col .eventsInfo p {
    font-family: "TradeGothicLTComBold";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #002d62;
    width: 222px;
    margin: 0 0 6px 0;
  }
  .twoColumns .col .eventsInfo p a {
    display: inline;
    font-family: "TradeGothicLTComBold";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .eventsInfo p a:hover {
    color: #2ac3e1 !important;
  }
  .twoColumns .col .eventsInfo p a:after {
    background: url(img/external_link_icon.png) no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
  }
  .twoColumns .col .grantsList {
    margin-left: 0;
  }
  .twoColumns .col .hctTrusteesList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList .itemCol {
    max-width: none;
    width: auto;
    float: none;
  }
  .twoColumns .col .hctProgramList .itemCol h5 {
    width: 100%;
    display: block;
    height: auto;
  }
  .twoColumns .col .hctProgramList .itemCol ul li {
    font-size: 28px;
  }
  .twoColumns .col h4 {
    margin-bottom: 9px;
  }
  .twoColumns .col h4 a {
    font-size: 30px;
  }
  .twoColumns .col h5, .twoColumns .col p, .twoColumns .col p a {
    margin-right: 0;
  }
  .twoColumns .col img {
    display: block;
  }
  .twoColumns .col .quote {
    float: none;
    width: auto;
    max-width: 640px;
    margin-right: 0;
  }
  .twoColumns .col .caption p {
    color: #58595b;
  }
  .twoColumns .col .sliderAlternate {
    background: url(img/col_bg.png) repeat-y center;
    padding: 30px;
    width: 100%;
    margin-left: -30px;
    margin-bottom: 30px;
  }
  .twoColumns .col .sliderAlternate h3, .twoColumns .col .sliderAlternate span {
    font-family: "TradeGothicLTComBold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate h4 a {
    font-family: "TradeGothicLTComBold";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate p {
    color: white;
    font-size: 20px;
  }
  .twoColumns .col .sliderAlternate p a {
    color: white;
    font-size: 20px;
  }
  .twoColumns .col #map {
    width: auto !important;
    margin: 0 auto 30px !important;
  }

  .postItem.itemProgram .excerpt {
    margin-left: 0 !important;
  }

  .node-case-study #mainWrap {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns .col {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 840px) {
  .twoColumns .col.hasImages .postItem .excerpt {
    width: 60%;
    max-width: none;
  }
}
@media screen and (max-width: 680px) {
  .twoColumns .col.hasImages .postItem .excerpt {
    width: 52%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .fourColumns {
    margin-left: 0 !important;
    width: auto !important;
  }
  .fourColumns .col {
    width: auto !important;
    max-width: none !important;
    float: none !important;
  }

  .twoColumns {
    padding: 0 30px 30px 30px !important;
  }
  .twoColumns.node-case-studies .col {
    padding-top: 100px !important;
  }
  .twoColumns.ourGrants {
    padding: 0 30px 30px 30px !important;
  }
  .twoColumns.newsletters-container .postItem .image_wrapper {
    display: none;
  }
  .twoColumns .coverImageCaption {
    display: none;
  }
  .twoColumns .col {
    float: none;
    width: auto;
    max-width: 640px;
    padding: 50px 0 0 0 !important;
  }
  .twoColumns .col .content .field-item > ul, .twoColumns .col .content > ul,
  .twoColumns .col .content .field-item > ol, .twoColumns .col .content > ol {
    margin-left: 20px !important;
  }
  .twoColumns .col .content .field-item > ul li, .twoColumns .col .content > ul li,
  .twoColumns .col .content .field-item > ol li, .twoColumns .col .content > ol li {
    margin-left: 16px !important;
  }
  .twoColumns .col .content .field-item > ul li:before, .twoColumns .col .content > ul li:before,
  .twoColumns .col .content .field-item > ol li:before, .twoColumns .col .content > ol li:before {
    left: -15px;
  }
  .twoColumns .col.hasImages .postItem .excerpt {
    width: 100% !important;
    max-width: none !important;
  }
  .twoColumns .col.cs_landing .postItem img {
    height: auto;
    width: calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -o-calc(100% + 60px) !important;
    width: 119%;
  }
  .twoColumns .col.cs_landing .postItem .excerpt {
    width: auto !important;
    margin-top: -50px;
  }
  .twoColumns .col iframe {
    width: auto;
    height: auto;
  }
  .twoColumns .col .image-caption-container {
    width: 100% !important;
    height: auto !important;
  }
  .twoColumns .col .image-caption-container img {
    width: calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important !important;
    width: -o-calc(100% + 60px) !important;
    height: auto !important;
    margin-left: -30px !important;
  }
  .twoColumns .col .image-caption-container .image-caption {
    margin-left: 0 !important;
  }
  .twoColumns .col .content .field-item > .wrap-image {
    float: none !important;
    margin: 0 0 30px 0 !important;
    margin-left: 0 !important;
  }
  .twoColumns .col .wrap-image-container {
    float: none !important;
    margin: 0 0 30px 0 !important;
  }
  .twoColumns .col .wrap-image-container .wrap-image {
    margin-left: 0 !important;
  }
  .twoColumns .col h2 {
    word-wrap: break-word;
  }
  .twoColumns .col h3 {
    font-size: 30px;
  }
  .twoColumns .col ol, .twoColumns .col ul {
    margin: 0 0 30px 0 !important;
  }
  .twoColumns .col ol li, .twoColumns .col ul li {
    font-size: 18px;
  }
  .twoColumns .col p {
    word-wrap: break-word;
  }
  .twoColumns .col .content .field-item > h2, .twoColumns .col h3, .twoColumns .col h4, .twoColumns .col h5, .twoColumns .col p,
  .twoColumns .col .grantsInfo,
  .twoColumns .col .eventsInfo {
    margin-left: 0 !important;
  }
  .twoColumns .col .hctSearch .rightCol > h4 {
    margin-left: -30px !important;
  }
  .twoColumns .col .postInfo {
    margin-bottom: 60px !important;
  }
  .twoColumns .col .grantsInfo h6, .twoColumns .col .grantsInfo p {
    display: block;
    width: 100%;
    font-size: 24px;
    word-wrap: break-word;
  }
  .twoColumns .col .eventsInfo .logo {
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .eventsInfo .logo img {
    margin: 0 auto;
    width: auto !important;
  }
  .twoColumns .col .eventsInfo .info {
    float: none;
    width: 100%;
  }
  .twoColumns .col .eventsInfo .info h6 {
    clear: left;
  }
  .twoColumns .col .eventsInfo .info p {
    word-wrap: break-word;
  }
  .twoColumns .col .grantsList {
    margin-left: 0;
  }
  .twoColumns .col .grantsList table th:first-of-type, .twoColumns .col .grantsList table td:first-of-type {
    display: block;
    width: auto !important;
    max-width: none;
    padding-bottom: 18px;
    padding-right: 0;
  }
  .twoColumns .col .grantsList table th:first-of-type a span, .twoColumns .col .grantsList table td:first-of-type a span {
    display: none;
  }
  .twoColumns .col .grantsList table th, .twoColumns .col .grantsList table td {
    display: none;
  }
  .twoColumns .col .grantsList table td p, .twoColumns .col .grantsList table td a {
    font-size: 18px !important;
  }
  .twoColumns .col .grantsList table td a {
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .hctTrusteesList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList .itemCol {
    max-width: none;
    width: auto;
    float: none;
  }
  .twoColumns .col .hctProgramList .itemCol h5 {
    font-size: 22px;
    width: 100%;
    display: block;
    height: auto;
  }
  .twoColumns .col .hctProgramList .itemCol ul li {
    font-size: 22px;
  }
  .twoColumns .col h4 {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .twoColumns .col h4 a {
    font-size: 24px;
  }
  .twoColumns .col h5, .twoColumns .col p, .twoColumns .col p a {
    font-size: 18px;
    margin-right: 0;
  }
  .twoColumns .col img {
    width: calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important;
    width: -o-calc(100% + 60px) !important;
    margin-left: -30px;
    margin-bottom: 30px;
    max-width: 640px;
    display: block;
  }
  .twoColumns .col .quote {
    float: none;
    width: auto;
    max-width: 640px;
    margin-right: 0;
  }
  .twoColumns .col .quote p, .twoColumns .col .quote blockquote {
    font-size: 18px !important;
  }
  .twoColumns .col .caption p {
    font-size: 18px;
    color: #58595b;
  }
  .twoColumns .col .sliderAlternate {
    background: url(img/col_bg.png) repeat-y center;
    padding: 30px;
    width: 100%;
    margin-left: -30px;
    margin-bottom: 30px;
  }
  .twoColumns .col .sliderAlternate h3, .twoColumns .col .sliderAlternate span {
    font-family: "TradeGothicLTComBold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate h4 a {
    font-family: "TradeGothicLTComBold";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate p {
    color: white;
    font-size: 20px;
  }
  .twoColumns .col .sliderAlternate p a {
    color: white;
    font-size: 20px;
  }

  .postItem {
    height: 542px;
  }
  .postItem.itemProgram {
    height: auto;
  }
  .postItem.itemProgram .image_wrapper, .postItem.itemProgram .excerpt {
    float: none;
  }
  .postItem.itemProgram .image_wrapper {
    width: 100%;
  }
  .postItem.itemProgram .image_wrapper img {
    width: auto !important;
    height: auto !important;
    margin: 0;
  }
  .postItem.itemProgram .excerpt {
    max-width: none;
  }
  .postItem img {
    margin-bottom: 0 !important;
  }
  .postItem .excerpt {
    top: 25%;
    left: 0;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .postItem .excerpt h4 a {
    font-size: 24px;
  }
  .postItem .excerpt a {
    font-size: 19px;
  }

  .node-case-study #mainWrap {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns .col {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .fourColumns {
    margin-left: 0 !important;
    width: auto !important;
  }
  .fourColumns .col {
    width: auto !important;
    max-width: none !important;
    float: none !important;
  }

  .twoColumns {
    padding: 0 30px 30px 30px !important;
  }
  .twoColumns.node-case-studies .col {
    padding-top: 100px !important;
  }
  .twoColumns.ourGrants {
    padding: 0 30px 30px 30px !important;
  }
  .twoColumns.newsletters-container .image_wrapper img {
    max-width: 440px;
  }
  .twoColumns .coverImageCaption {
    display: none;
  }
  .twoColumns .col {
    float: none;
    width: auto;
    max-width: 480px;
    padding: 50px 0 0 0 !important;
  }
  .twoColumns .col .content .field-item > ul, .twoColumns .col .content > ul,
  .twoColumns .col .content .field-item > ol, .twoColumns .col .content > ol {
    margin-left: 20px !important;
  }
  .twoColumns .col .content .field-item > ul li, .twoColumns .col .content > ul li,
  .twoColumns .col .content .field-item > ol li, .twoColumns .col .content > ol li {
    margin-left: 16px !important;
  }
  .twoColumns .col .content .field-item > ul li:before, .twoColumns .col .content > ul li:before,
  .twoColumns .col .content .field-item > ol li:before, .twoColumns .col .content > ol li:before {
    left: -15px;
  }
  .twoColumns .col .content .field-item > ul li ul, .twoColumns .col .content > ul li ul,
  .twoColumns .col .content .field-item > ol li ul, .twoColumns .col .content > ol li ul {
    margin: 6px 0 0 0px !important;
  }
  .twoColumns .col.hasImages .postItem .excerpt {
    width: 100% !important;
    max-width: none !important;
  }
  .twoColumns .col.cs_landing .postItem img, .twoColumns .col.newsletters-container .postItem img {
    height: auto;
    width: calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -o-calc(100% + 60px) !important;
    width: 119%;
  }
  .twoColumns .col.cs_landing .postItem .excerpt, .twoColumns .col.newsletters-container .postItem .excerpt {
    width: auto !important;
    margin-top: -50px;
  }
  .twoColumns .col iframe {
    width: auto;
    height: auto;
  }
  .twoColumns .col .image-caption-container {
    width: 100% !important;
    height: auto !important;
  }
  .twoColumns .col .image-caption-container img {
    width: calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important !important;
    width: -o-calc(100% + 60px) !important;
    height: auto !important;
    margin-left: -30px !important;
  }
  .twoColumns .col .image-caption-container .image-caption {
    margin-left: 0 !important;
  }
  .twoColumns .col .content .field-item > .wrap-image {
    float: none !important;
    margin: 0 0 30px 0 !important;
    margin-left: 0 !important;
  }
  .twoColumns .col .wrap-image-container {
    float: none !important;
    margin: 0 0 30px 0 !important;
  }
  .twoColumns .col .wrap-image-container .wrap-image {
    margin-left: 0 !important;
  }
  .twoColumns .col h2 {
    word-wrap: break-word;
  }
  .twoColumns .col h3 {
    font-size: 30px;
  }
  .twoColumns .col ol, .twoColumns .col ul {
    margin: 0 0 30px 0 !important;
  }
  .twoColumns .col ol li, .twoColumns .col ul li {
    font-size: 18px;
  }
  .twoColumns .col p {
    word-wrap: break-word;
  }
  .twoColumns .col .content .field-item > h2, .twoColumns .col h3, .twoColumns .col h4, .twoColumns .col h5, .twoColumns .col p,
  .twoColumns .col .grantsInfo,
  .twoColumns .col .eventsInfo {
    margin-left: 0 !important;
  }
  .twoColumns .col .hctSearch .rightCol > h4 {
    margin-left: -30px !important;
  }
  .twoColumns .col .postInfo {
    margin-bottom: 60px !important;
  }
  .twoColumns .col .grantsInfo h6, .twoColumns .col .grantsInfo p {
    display: block;
    width: 100%;
    font-size: 24px;
    word-wrap: break-word;
  }
  .twoColumns .col .eventsInfo .logo {
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .eventsInfo .logo img {
    margin: 0 auto;
    width: auto !important;
  }
  .twoColumns .col .eventsInfo .info {
    float: none;
    width: 100%;
  }
  .twoColumns .col .eventsInfo .info p {
    word-wrap: break-word;
  }
  .twoColumns .col .grantsList {
    margin-left: 0;
  }
  .twoColumns .col .grantsList table th:first-of-type, .twoColumns .col .grantsList table td:first-of-type {
    display: block;
    width: auto !important;
    max-width: none;
    padding-bottom: 18px;
    padding-right: 0;
  }
  .twoColumns .col .grantsList table th:first-of-type a span, .twoColumns .col .grantsList table td:first-of-type a span {
    display: none;
  }
  .twoColumns .col .grantsList table th, .twoColumns .col .grantsList table td {
    display: none;
  }
  .twoColumns .col .grantsList table td p, .twoColumns .col .grantsList table td a {
    font-size: 18px !important;
  }
  .twoColumns .col .grantsList table td a {
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .hctTrusteesList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList .itemCol {
    max-width: none;
    width: auto;
    float: none;
  }
  .twoColumns .col .hctProgramList .itemCol h5 {
    font-size: 24px;
    width: 100%;
    display: block;
    height: auto;
  }
  .twoColumns .col .hctProgramList .itemCol ul li {
    font-size: 24px;
  }
  .twoColumns .col h4 {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .twoColumns .col h4 a {
    font-size: 24px;
  }
  .twoColumns .col h5, .twoColumns .col p, .twoColumns .col p a {
    font-size: 18px;
    margin-right: 0;
  }
  .twoColumns .col img {
    width: calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important;
    width: -o-calc(100% + 60px) !important;
    margin-left: -30px;
    margin-bottom: 30px;
    max-width: 480px;
    display: block;
  }
  .twoColumns .col .quote {
    float: none;
    width: auto;
    max-width: 480px;
    margin-right: 0;
  }
  .twoColumns .col .quote p, .twoColumns .col .quote blockquote {
    font-size: 18px !important;
  }
  .twoColumns .col .caption p {
    font-size: 18px;
    color: #58595b;
  }
  .twoColumns .col .sliderAlternate {
    background: url(img/col_bg.png) repeat-y center;
    padding: 30px;
    width: 100%;
    margin-left: -30px;
    margin-bottom: 30px;
  }
  .twoColumns .col .sliderAlternate h3, .twoColumns .col .sliderAlternate span {
    font-family: "TradeGothicLTComBold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate h4 a {
    font-family: "TradeGothicLTComBold";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate p {
    color: white;
    font-size: 20px;
  }
  .twoColumns .col .sliderAlternate p a {
    color: white;
    font-size: 20px;
  }

  .postItem {
    height: 542px;
  }
  .postItem.itemProgram {
    height: auto;
  }
  .postItem.itemProgram .image_wrapper, .postItem.itemProgram .excerpt {
    float: none;
  }
  .postItem.itemProgram .image_wrapper {
    width: 100%;
  }
  .postItem.itemProgram .image_wrapper img {
    margin: 0 0 0 -30px;
    width: calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important;
    width: -o-calc(100% + 60px) !important;
  }
  .postItem.itemProgram .excerpt {
    max-width: none;
  }
  .postItem img {
    margin-bottom: 0 !important;
  }
  .postItem .excerpt {
    top: 25%;
    left: 0;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .postItem .excerpt h4 a {
    font-size: 24px;
  }
  .postItem .excerpt a {
    font-size: 19px;
  }

  .page-views-programs-newsletters .twoColumns .col .view-newsletters .view-content .views-row .postItem .excerpt h3 {
    margin-bottom: 9px;
    text-transform: uppercase;
  }
  .page-views-programs-newsletters .twoColumns .col .view-newsletters .view-content .views-row .postItem .excerpt h3 a {
    font-family: "MiloSerifOTText";
    font-size: 24px;
  }

  .node-case-study #mainWrap {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns .col {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 320px) {
  .fourColumns {
    margin-left: 0 !important;
    width: auto !important;
  }
  .fourColumns .col {
    width: auto !important;
    max-width: none !important;
    float: none !important;
  }

  .twoColumns {
    padding: 0 30px 30px 30px !important;
  }
  .twoColumns.node-case-studies .col {
    padding-top: 100px !important;
  }
  .twoColumns .coverImageCaption {
    display: none;
  }
  .twoColumns.ourGrants {
    padding: 0 30px 30px 30px !important;
  }
  .twoColumns .col {
    float: none;
    width: auto;
    max-width: 320px;
    padding: 50px 0 0 0 !important;
  }
  .twoColumns .col .content .field-item > ul, .twoColumns .col .content > ul,
  .twoColumns .col .content .field-item > ol, .twoColumns .col .content > ol {
    margin-left: 20px !important;
  }
  .twoColumns .col .content .field-item > ul li, .twoColumns .col .content > ul li,
  .twoColumns .col .content .field-item > ol li, .twoColumns .col .content > ol li {
    margin-left: 16px !important;
  }
  .twoColumns .col .content .field-item > ul li:before, .twoColumns .col .content > ul li:before,
  .twoColumns .col .content .field-item > ol li:before, .twoColumns .col .content > ol li:before {
    left: -15px;
  }
  .twoColumns .col.hasImages .postItem .excerpt {
    width: 100% !important;
    max-width: none !important;
  }
  .twoColumns .col.cs_landing .postItem img {
    height: auto;
    width: calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -o-calc(100% + 60px) !important;
    width: 121%;
  }
  .twoColumns .col.cs_landing .postItem .excerpt {
    width: auto !important;
    margin-top: -50px;
  }
  .twoColumns .col iframe {
    width: 100%;
  }
  .twoColumns .col .image-caption-container {
    width: 100% !important;
    height: auto !important;
  }
  .twoColumns .col .image-caption-container img {
    width: calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important !important;
    width: -o-calc(100% + 60px) !important;
    height: auto !important;
    margin-left: -30px !important;
  }
  .twoColumns .col .image-caption-container .image-caption {
    margin-left: 0 !important;
  }
  .twoColumns .col .content .field-item > .wrap-image {
    float: none !important;
    margin: 0 0 30px 0 !important;
    margin-left: 0 !important;
  }
  .twoColumns .col .wrap-image-container {
    float: none !important;
    margin: 0 0 30px 0 !important;
  }
  .twoColumns .col .wrap-image-container .wrap-image {
    margin-left: 0 !important;
  }
  .twoColumns .col h2 {
    word-wrap: break-word;
  }
  .twoColumns .col h3 {
    font-size: 30px;
  }
  .twoColumns .col ol, .twoColumns .col ul {
    margin: 0 0 30px 0 !important;
  }
  .twoColumns .col ol li, .twoColumns .col ul li {
    font-size: 18px;
  }
  .twoColumns .col p {
    word-wrap: break-word;
  }
  .twoColumns .col .content .field-item > h2, .twoColumns .col h3, .twoColumns .col h4, .twoColumns .col h5, .twoColumns .col p,
  .twoColumns .col .grantsInfo {
    margin-left: 0 !important;
  }
  .twoColumns .col .hctSearch .rightCol > h4 {
    margin-left: -30px !important;
  }
  .twoColumns .col .postInfo {
    margin-bottom: 60px !important;
  }
  .twoColumns .col .grantsInfo h6, .twoColumns .col .grantsInfo p {
    display: block;
    width: 100%;
    font-size: 24px;
    word-wrap: break-word;
  }
  .twoColumns .col .eventsInfo .logo {
    float: none;
    margin: 0 auto 10px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .eventsInfo .logo img {
    margin: 0 auto;
    width: 100% !important;
  }
  .twoColumns .col .eventsInfo .info {
    float: none;
    width: 100%;
  }
  .twoColumns .col .eventsInfo .info p {
    word-wrap: break-word;
    width: 100%;
  }
  .twoColumns .col .grantsList {
    margin-left: 0;
  }
  .twoColumns .col .grantsList table th:first-of-type, .twoColumns .col .grantsList table td:first-of-type {
    display: block;
    width: auto !important;
    max-width: none;
    padding-bottom: 18px;
    padding-right: 0;
  }
  .twoColumns .col .grantsList table th:first-of-type a span, .twoColumns .col .grantsList table td:first-of-type a span {
    display: none;
  }
  .twoColumns .col .grantsList table th, .twoColumns .col .grantsList table td {
    display: none;
  }
  .twoColumns .col .grantsList table td p, .twoColumns .col .grantsList table td a {
    font-size: 18px !important;
  }
  .twoColumns .col .grantsList table td a {
    border-bottom: 1px solid #2ac3e1;
  }
  .twoColumns .col .hctTrusteesList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList {
    margin: 0;
  }
  .twoColumns .col .hctProgramList .itemCol {
    max-width: none;
    width: auto;
    float: none;
  }
  .twoColumns .col .hctProgramList .itemCol h5 {
    font-size: 22px;
    width: 100%;
    display: block;
    height: auto;
  }
  .twoColumns .col .hctProgramList .itemCol ul li {
    font-size: 22px;
  }
  .twoColumns .col h4 {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .twoColumns .col h4 a {
    font-size: 24px;
    word-wrap: break-word;
  }
  .twoColumns .col h5, .twoColumns .col p, .twoColumns .col p a {
    font-size: 18px;
    margin-right: 0;
  }
  .twoColumns .col img {
    width: calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important;
    width: -o-calc(100% + 60px) !important;
    margin-left: -30px;
    margin-bottom: 30px;
    max-width: 320px;
    display: block;
  }
  .twoColumns .col .quote {
    float: none;
    width: auto;
    max-width: 480px;
    margin-right: 0;
  }
  .twoColumns .col .quote p, .twoColumns .col .quote blockquote {
    font-size: 18px !important;
  }
  .twoColumns .col .caption p {
    font-size: 18px;
  }
  .twoColumns .col .sliderAlternate {
    background: url(img/col_bg.png) repeat-y center;
    padding: 30px;
    width: 100%;
    margin-left: -30px;
    margin-bottom: 30px;
  }
  .twoColumns .col .sliderAlternate h3, .twoColumns .col .sliderAlternate span {
    font-family: "TradeGothicLTComBold";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #002d62;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate h4 a {
    font-family: "TradeGothicLTComBold";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
  }
  .twoColumns .col .sliderAlternate p {
    color: white;
    font-size: 20px;
  }
  .twoColumns .col .sliderAlternate p a {
    color: white;
    font-size: 20px;
  }

  .postItem {
    height: 542px;
  }
  .postItem.itemProgram {
    height: auto;
  }
  .postItem.itemProgram .image_wrapper, .postItem.itemProgram .excerpt {
    float: none;
  }
  .postItem.itemProgram .image_wrapper {
    width: 100%;
  }
  .postItem.itemProgram .image_wrapper img {
    margin: 0 0 0 -30px;
    width: calc(100% + 60px) !important;
    width: -moz-calc(100% + 60px) !important;
    width: -webkit-calc(100% + 60px) !important;
    width: -o-calc(100% + 60px) !important;
  }
  .postItem.itemProgram .excerpt {
    max-width: none;
  }
  .postItem img {
    margin-bottom: 0 !important;
  }
  .postItem .excerpt {
    top: 25%;
    left: 0;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .postItem .excerpt h4 a {
    font-size: 24px;
  }
  .postItem .excerpt a {
    font-size: 19px;
  }

  .node-case-study #mainWrap {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns {
    padding-top: 0 !important;
  }
  .node-case-study .twoColumns .col {
    padding-top: 0 !important;
  }

  .node-case-study.node-case-studies .col {
    padding-top: 100px !important;
  }
}
