/** header **/
#block-secondarynavigation { padding-right: 0; }
#block-secondarynavigation ul { float: right; }

#logo { padding-right: 0; }
#logo .float-right {
  margin-right: 19px;
}
#block-secondarynavigation a.active,
#block-secondarynavigation a.active-trail,
#block-secondarynavigation a:hover {
  background-color: #C43B28; 
}

.search-block-form #edit-keys {
  width: 200px; 
}
.search-block-form {
  display: none;
}
/** end header **/

/** content **/
img.omf-class-image {
  width: 224px;
  height: auto;
}

.region-content li,
.view-content li {
  list-style-type: disc;
}
.region-content ul,
.view-content ul {
  padding-left: 40px;
}
.region-content ul.tabs {
  padding-left: 0;
}
.pager li {
  list-style-type: none;
}
.pager ul {
  padding-left: 0;
}

.view-sponsors h3 {
  clear: left;
}
#block-classcategories .text-xl,
.class-meta .text-xl {
  padding-top: 10px;
}
.portfolio-feature {
  margin: -210px 0 20px 20px;
}
.portfolio-wrapper {
  width: 100%;
  max-width: 625px;
}
.portfolio-details {
  width: 35%;
}
.field-block-content--field-block-caption {
  width: 50%;
  height: 20%;
}
.field-block-content--field-feature-image img {
  padding-right: 40px;
  padding-top: 20px;
}
#block-toolsvideoproduction .field-name-body p {
  padding: 0;
  margin: 0 0 20px 0;
}
#block-toolsvideoproduction .field-name-field-feature-title {
  padding-top: 50px;
}
#block-views-block-testimonials-block-1 .block-title {
  text-transform: capitalize;
  font-family: "lobster",serif;
  font-weight: normal;
}

.views-table {
  margin-top: 15px;
  width: 100%;
}
.views-table th {
  padding-left: 10px;
  text-align: left;
}
.views-table td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #000;
}
.views-table tr:nth-child(even) {
  background: #ccc;
}

/** temporary blog tags **/
.view-blog-page .field-page-tag a {
  color:#fff;
  background:#428bca;
  padding:2px;
}

.view-blog-page .field-page-tag {
  margin-bottom:10px;
}

/** end content **/

/** footer **/
#block-submenu ul.menu {
  vertical-align: middle;
  display: table-cell;
  height: 60px;
}
#block-submenu .back-menu {
  float: left;
  width: 300px;
}
#block-submenu .secondary-menu {
  width: 65%;
  float: left;
}
#block-submenu .secondary-menu span:first-child {
  display: none;
}
#block-submenu .secondary-menu li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#block-submenu .secondary-menu .active-trail {
  font-weight: bold;
}
#block-omfooter .connect-icon {
  padding-right: 10px;
  padding-bottom: 15px;
}
#block-omfooter input.submit {
  margin-left: 10px;
  color: #000;
}
#block-omfooter input {
  color: #000;
}
/** end footer **/

/** pager should be removed later **/
.view .pager {
  max-width: 980px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.view .pager li {
  float: left;
  padding: 10px;
}
/** end pager **/

/** contact form should be removed later **/
.contact-form div {
  padding: 10px 0 10px 0;
}
.contact-form .form-text,
.contact-form .form-email {
  width: 95%;
}
/** end contact form **/

.page-education-class-types .float-left img {
  max-height: 200px;
}




/** jiang.css **/
.flip-flop {
  position: relative;
  //width: 42%;
  //height: 435px;
  overflow: hidden;
}
/*
.flip-flop:first-child {
  margin-left: 13%;
  margin-right: 1%;
}*/
.flip-flop a {
  display: block;
}
.flip-flop .image {
  //max-height: 295px;
  overflow: hidden;
}
.flip-flop .caption {
  padding: 5%;
}
.flip-flop h3 {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 8px 0;
}
.out .caption {
  //height: 90px;
  background: #FFFFFF;
  opacity: 1;
  transition: opacity;
}
.out {
  opacity: 1;
  position: relative;
  z-index: 1;
  transition: opacity .5s;
}
.flip-flop:focus .out,
.flip-flop:hover .out {
  opacity: 0;
  transition: opacity .5s;
}
.flip-flop:focus .out .caption,
.flip-flop:hover .out .caption {
  opacity: 0;
  transition: opacity;
}
.out .caption * {
  //color: #525252;
}
.over {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.flip-flop:focus .over,
.flip-flop:hover .over {
  opacity: 1;
  transition: opacity .5s;
}
.over img {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200% !important;
  height: 400px !important;
  max-height: none !important;
  -webkit-filter: brightness(.75);
  filter: brightness(.75);
  z-index: 2;
}
.over .caption {
  position: absolute;
  bottom: 25px;
  left: 0px;
  z-index: 3;
  opacity: 0;
  transition: opacity 1s;
  width: 90%;
}
.over .caption * {
  color: #FFFFFF;
}
.over .caption a {
  word-wrap: break-word;
}
.border {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  border: 1px solid #FFFFFF;
  transform: scale(.9, .9);
  height: 380px;
  transition: transform 1s;
  background: transparent url(../images/more.png) center center no-repeat;
}
.flip-flop:focus .border,
.flip-flop:hover .border {
  transform: scale(1, 1);
  transition: transform 1s;
}
.flip-flop:focus .caption,
.flip-flop:hover .caption {
  opacity: 1;
  transition: opacity 1.25s;
}
a.text-decoration-none {
  text-decoration: none;
}
.class-meta .over .caption{
  bottom: 70px;
}

/* contact form  */

.transition, 
form .button, 
form label, 
form input[type="text"], 
form input[type="email"] {
  -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}


.page-contact .region-content form,
.node--type-google-form .region-content form {
  position: relative;
  display: inline-block;
  max-width: 700px;
  min-width: 500px;
  box-sizing: border-box;
  padding: 30px 25px;
  background-color: white;
  border-radius: 40px;
  margin: 40px 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page-contact form h1,
.node--type-google-form form h1 {
  color: #444444;
  font-weight: 100;
  letter-spacing: 0.01em;
  margin-left: 15px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.page-contact form .button,
.node--type-google-form form .button,
.node--type-google-form form .jfk-button {
  margin-top: 35px;
  background-color: white;
  border: 1px solid #444444;
  line-height: 0;
  font-size: 17px;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 15px;
  border-radius: 60px;
  color: #444444;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}
.page-contact form .button:hover, 
.page-contact form .button:focus,
.node--type-google-form form .button:hover,
.node--type-google-form form .button:focus,
.node--type-google-form form .jfk-button:hover,
.node--type-google-form form .jfk-button:focus {
  color: white;
  background-color: #444444;
  outline: none;
}
.page-contact form .form-item,
.node--type-google-form form .ss-form-entry {
  position: relative;
  padding: 15px 0;
//  margin: 10px;
}
.page-contact form .form-item:last-of-type {
  padding-bottom: 0;
}
.page-contact form .form-item label,
.page-node-22 form .ss-form-entry label,
.page-node-267 form .ss-form-question:nth-child(1) .ss-form-entry label,
.page-node-267 form .ss-form-question:nth-child(2) .ss-form-entry label,
.page-node-117 form .ss-form-question:nth-child(1) .ss-form-entry label,
.page-node-117 form .ss-form-question:nth-child(2) .ss-form-entry label,
.page-node-117 form .ss-form-question:nth-child(3) .ss-form-entry label,
.page-node-117 form .ss-form-question:nth-child(4) .ss-form-entry label,
.page-node-117 form .ss-form-question:nth-child(5) .ss-form-entry label,
.page-node-117 form .ss-form-question:nth-child(6) .ss-form-entry label,
.page-node-117 form .ss-form-question:nth-child(7) .ss-form-entry label,
.page-node-117 form .ss-form-question:nth-child(8) .ss-form-entry label,
.page-node-14 form .ss-form-question:nth-child(1) .ss-form-entry label,
.page-node-14 form .ss-form-question:nth-child(2) .ss-form-entry label,
.page-node-14 form .ss-form-question:nth-child(3) .ss-form-entry label,
.page-node-14 form .ss-form-question:nth-child(4) .ss-form-entry label,
.page-node-18 form .ss-form-question:nth-child(1) .ss-form-entry label {
  transform-origin: left center;
  color: #444444;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 17px;
  box-sizing: border-box;
  padding: 10px 15px;
  display: block;
  position: absolute;
  margin-top: -40px;
  z-index: 2;
  pointer-events: none;
}
.page-node-117 form .ss-form-question:nth-child(3) .ss-form-entry label {
  margin-top: 2px;
}
.page-node-18.node--type-google-form form .ss-form-entry input[type="text"],
.page-node-18.node--type-google-form form .ss-form-entry input[type="email"] {
  top:0px;
}
.page-node-18.node--type-google-form form .ss-form-question:nth-child(7) .ss-form-entry input[type="text"]:focus {
  margin-top: 0px;
}
.page-node-18 form .ss-form-question:nth-child(1) .ss-form-entry label,
.page-node-18 form .ss-form-question:nth-child(2) .ss-form-entry label,
.page-node-18 form .ss-form-question:nth-child(3) .ss-form-entry label,
.page-node-18 form .ss-form-question:nth-child(5) .ss-form-entry label,
.page-node-18 form .ss-form-question:nth-child(6) .ss-form-entry label {
  transform-origin: left center;
  color: black;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 17px;
  box-sizing: border-box;
  padding: 10px 15px;
  display: block;
  position: absolute;
  margin-top: 28px;
  z-index: 2;
  pointer-events: none;
}
.page-node-18 form .ss-form-question:nth-child(1) .ss-form-entry,
.page-node-18 form .ss-form-question:nth-child(2) .ss-form-entry,
.page-node-18 form .ss-form-question:nth-child(3) .ss-form-entry, 
.page-node-18 form .ss-form-question:nth-child(5) .ss-form-entry,
.page-node-18 form .ss-form-question:nth-child(6) .ss-form-entry {
  margin: -35px 0;
}
.page-node-18.node--type-google-form form .ss-form-question:nth-child(7) label {
  position: static;
  margin-top: 0px;
}
.node--type-google-form .region-content form {
  margin: 0px;
}
.page-node-14 form .ss-form-question:nth-child(1) .ss-form-entry,
.page-node-14 form .ss-form-question:nth-child(2) .ss-form-entry,
.page-node-14 form .ss-form-question:nth-child(3) .ss-form-entry,
.page-node-14 form .ss-form-question:nth-child(4) .ss-form-entry,
.page-node-22 .ss-form-entry,
.page-node-117 .ss-form-entry,
.page-node-267 .ss-form-entry,
.page-node-18 .ss-form-entry {
  margin-bottom: -20px;
}
#entry_1645467006 {
  top:0px;
}
#entry_1645467006:focus {
  margin-top: 0px;
}
.page-contact form .form-item input[type="text"],
.page-contact form .form-item input[type="email"],
.node--type-google-form form .ss-form-entry input[type="text"],
.node--type-google-form form .ss-form-entry input[type="email"] {
  appearance: none;
  background-color: none;
  border: 1px solid #444444;
  line-height: 0;
  font-size: 17px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 60px;
  color: #444444;
  font-weight: 100;
  letter-spacing: 0.01em;
  position: relative;
  top: -39px;
  z-index: 1;
  right: 11px;
}
.page-contact form .form-item input[type="text"]:focus,
.page-contact form .form-item input[type="email"]:focus,
.node--type-google-form form .ss-form-entry input[type="text"]:focus,
.node--type-google-form form .ss-form-entry input[type="email"]:focus {
  outline: none;
  background: #444444;
  color: white;
  margin-top: 40px;
}
.page-contact form .form-item input[type="text"]:valid,
.page-contact form .form-item input[type="email"]:valid,
.node--type-google-form form .ss-form-entry input[type="text"]:valid,
.node--type-google-form form .ss-form-entry input[type="email"]:valid {
  margin-top: 40px;
}
/*
.page-contact form .form-item input[type="text"]:focus ~ label,
.page-node-14 form .ss-form-entry input[type="text"]:focus ~label {
  -moz-transform: translate(0, -35px);
  -ms-transform: translate(0, -35px);
  -webkit-transform: translate(0, -35px);
  transform: translate(0, -35px);
}
.page-contact form .form-item input[type="text"]:valid ~ label,
.page-node-14  form .ss-form-entry input[type="text"]:valid ~ label {
  text-transform: uppercase;
  font-style: italic;
  -moz-transform: translate(5px, -35px) scale(0.6);
  -ms-transform: translate(5px, -35px) scale(0.6);
  -webkit-transform: translate(5px, -35px) scale(0.6);
  transform: translate(5px, -35px) scale(0.6);
}*/
.logged-in.page-contact form .form-item {
    position: relative;
    padding: 19px 0;
    margin: 10px;
}
.logged-in.page-contact form .form-item input[type="text"], 
.logged-in.page-contact form .form-item input[type="email"] {
  right: 16px;
}
.logged-in.page-contact form .form-item label {
  padding: 10px 0px;
}
.logged-in.page-contact form .form-type-textarea {
  padding: 0;
}
.logged-in.page-contact form .form-item {
  color: #444444;
}
.logged-in.page-contact form .form-item-subject {
  padding-bottom: 0;
}
.page-contact form label {
    //text-transform: uppercase;
}
.page-contact form {
  font-weight: 100;
}
.logged-in.page-contact form .form-item-copy label {
  left: 20px;
  top: 50px;
}
.page-contact form .button {
  margin-top: 0;
}
.node--type-google-form form .ss-form-entry .ss-choice-item label {
  pointer-events: auto;
}
.page-contact .region-content > div.text-xxxl.bold.padding-xs {
  text-align: center;
}

.node--type-google-form .region-footer form input:first-child {
  width: 70%;
}
.page-node-117 .ss-form-question:nth-child(3) {
  margin-top: -40px;
}

.page-node-117.node--type-google-form form .ss-form-question:nth-child(3) input.valid{
  margin-top: 77px;
}
/* facebook*/
#block-views-block-posts-block-1 .view-content > div {
  height: 500px;
}
.facebook {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
#block-views-block-posts-block-1 .view-content > div:last-child {
  display: none;
}

/*
  google_form_change
*/

.page-node-44 form .ss-form-question:nth-child(1) .ss-form-entry label,
.page-node-44 form .ss-form-question:nth-child(2) .ss-form-entry label,
.page-node-44 form .ss-form-question:nth-child(3) .ss-form-entry label,
.page-node-44 form .ss-form-question:nth-child(6) .ss-form-entry label,
.page-node-44 form .ss-form-question:nth-child(12) .ss-form-entry label,
.page-node-44 form .ss-form-question:nth-child(13) .ss-form-entry label,
.page-node-384 form .ss-form-question:nth-child(1) .ss-form-entry label,
.page-node-384 form .ss-form-question:nth-child(4) .ss-form-entry label {
  transform-origin: left center;
  color: #444444;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 17px;
  box-sizing: border-box;
  padding: 10px 15px;
  display: block;
  position: absolute;
  margin-top: -40px;
  z-index: 2;
  pointer-events: none;
}
.page-node-44 form .ss-form-question:nth-child(1) .ss-form-entry label {
  margin-top: -50px;
}

.region-content-top .view-content {
  overflow: hidden;
}

.front .view-posts {
  float: left;
}
.embedded-video {
  left: 0px;
  width: 48%;
  height: 80%;
  position: relative;
  padding-bottom: 19%;
  margin-bottom: 0;
}

.embedded-video iframe {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}
.node-15-body-title {
  font-size: 45px;
  font-weight: bold;
  color: #000;
}
.page-node-15 .embedded-video {
  float: left;
  margin-right: 24px;
}
.node-15-body {
  font-size: 16px;
}
.node-15-body hr {
  margin-top: 100px;
  margin-bottom: 25px;
}
.page-node-15 .text-xxxl.bold.padding-xs {
  display: none;
}
.node-15-body ul {
  padding-left: 0px;
}
.node-15-body li {
  list-style: none;
  line-height: 25px;
}


.page-node-265  .region-content-bottom .content {
  max-width:980px;
  margin:0px auto;
  padding:70px 0;
  font-family: "open sans";
  font-size:15px;
  color:#4B4B4C;
  line-height: 28px;
}
.page-node-265 h2 {
  margin:0 0 20px 0;
  font-size:28px;
  text-transform: capitalize;
  line-height: 34px;
}

#block-ompfeaturedblock {
  width:100%;
  text-align: center;
  height:400px;
  background: url(../img/hero-background.jpg) no-repeat 0px 0px;
  background-size:cover;
}
#block-ompfeaturedblock .content {
  height:400px;
  background:rgba(0,0,0,.2);
  margin:0px;
  max-width:100%;
  padding:0;
  line-height:inherit;
}
.omp-featured-block-title {
  color:#fff;
  padding:144px 20px 0 20px;
  font-size:32px;
  text-shadow: 0px 2px rgba(0,0,0,.2);
}
.omp-featured-block-title h2 {
  font-size:50px;
  margin:0 0 20px 0;
}
#block-ompfeaturedblock img {
  width:100%;
}
#block-ompbasicblock {
  background: #F6F6F6;
}
#block-ompbasicblock .content {
  text-align: center;
  max-width:812px;
  padding:60px 0;
  margin:0px auto;
}
.omp-basic-block h2 {
  display:inline;
  font-size:16px;
}
.omp-basic-block .button {
  color:#fff;
  background:#E37222;
}
.omp-blue-block-body .button {
  color:#00A0AF;
  background:#fff;
}
.omp-basic-block .button, .omp-blue-block-body .button {
  font-size:14px;
  padding:11px 30px;
  border-radius: 25px;
  display:inline-block;
  text-transform: uppercase;
  font-weight:600;
  margin-top:30px;
  cursor: pointer;
}
.omp-basic-block .button:hover {
  background:#CC6114;
  transition: all .4s ease-out;
}
.omp-blue-block-body .button:hover {
  background:#DBDBDB;
  transition: all .4s ease-out;
}
.omp-media-block img {
  width:48.2653%;
  float:left;
  margin-right:3.4693%;
}
.omp-media-block-body, .omp-blue-block-body {
  float:left;
  width:48.2653%;
}
.omp-chalked-block h2, .omp-column-block h2 {
  text-align: center;
  margin-bottom:44px; 
}
#block-ompblueformblock h2 {
  text-align: center;
}
#block-ompblueblock {
  background: url(../img/blue-texture-1-2x.png) repeat;
  background-size:100px 100px;
}
.omp-blue-block img {
  width: 49.3%;
  position:absolute;
  right:0;
}
.omp-blue-block {
  color:#fff;
}
.omp-chalked-items-wrapper .chalked-item  {
  width: 39.6938%;
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 24px;
  min-height: 90px;
  padding: 3px 0 0 115px;
  float: left;
  box-sizing: border-box;
}
.chalked-item:nth-child(even) {
  margin-left:20.612%;
}
.chalked-item:last-child {
  margin-bottom:0;
}
.omp-chalked-items-wrapper .title {
  font-weight:600;
  color: #00A0AF;
  font-size:18px;
  margin-bottom:12px;
}
.chalked-item-stream {
  background: url(../img/live-stream.svg) no-repeat 0px -1px;
}
.chalked-item-archive {
  background: url(../img/archive.svg) no-repeat 0px -1px;
}
.chalked-item-fingertips {
  background: url(../img/mobile-video.svg) no-repeat 0px -1px;
}
.chalked-item-website {
  background: url(../img/website.svg) no-repeat 0px -1px;
}
.chalked-item-media {
  background: url(../img/social-media.svg) no-repeat 0px -1px;
}

#block-ompcolumnblock  {
  background: #F6F6F6;
}
#block-ompcolumnblock .content {
  max-width:1215px;
}
.omp-column-block .omp-column {
  float: left;
  width: 23.8683%;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0,0,0,.27);
  margin-right: 1.4814%;
  height: 335px;
}
.omp-column-block .omp-column:last-child {
  margin-right:0;
}
.column-wrapper .title {
  color:#fff;
  text-align:center;
  padding:22px 0;
  margin-bottom:30px;
  font-size: 16px;
}
.column-wrapper .title b {
  display:block;
  font-size: 20px;
}
.column-wrapper .body {
  text-align: center;
  padding: 0 30px;
  line-height: 26px;
  color:#909090;
  margin-bottom:28px;
}
.column-wrapper .body b {
  font-weight: 600;
  color:#4B4B4C;
}
.column-wrapper .small-gov .title {
  background:#91BC5B;
}
.column-wrapper .medium-gov .title {
  background:#E37222;
}
.column-wrapper .large-gov .title {
  background:#00A0AF;
}
.column-wrapper .add-ons .title {
  background:#4B4B4C;
}
.column-wrapper .add-ons .body {
  text-align: left;
  font-size: 14px;
  line-height: 19px;
}
.column-wrapper .add-on-item {
  margin-bottom:16px;
}
.column-wrapper .cost {
    text-align: center;
    border-top: 2px solid #C3C3C3;
    width: 76px;
    margin: 0 auto;
    padding-top: 28px;
    font-size:24px;
    font-weight:bold;
}
#block-ompgreyblock {
  //  padding-top:10px;
   // height:290px;

    background: url(../img/Background-Image.png) no-repeat 0px 0px;
    background-size: cover;
    color:#fff;
}
#block-ompgreyblock .body {
  color:#fff;
  width:60%;
}
#block-ompgreyblock .body-bold {
  font-size:18px;
  font-weight:600;
}
#block-ompgreyblock .body-italic {
  font-style:italic;
  margin-bottom:15px;
}
#block-ompblueformblock {
  background: url(../img/blue-texture-2-2x.png) repeat;
  background-size:100px 100px;

}
#block-ompblueformblock .content {
  color:#fff;
  max-width:690px;
  margin:0 auto;
}
#block-ompblueformblock form {
  width:53.623%;
  float:left;
  margin-right:7.8260%;
}
#block-ompblueformblock input {
  width:100%;
  background: #008894;
  height:40px;
  border:none;
  padding:0;
  margin-bottom:20px;
  padding-left: 8px;
  box-sizing: border-box;
}
#block-ompblueformblock input[type=submit] {
  background:#fff;
  color:#00A0AF;
  text-transform: uppercase;
  font-weight: 600;
  margin:10px 0 0 0;
  border-radius: 2px;
}

.omp-blueform-block-media {
  float:left;
  width:38.40579%;
}
.omp-blueform-block-media .name {
  font-size:21px;
  font-weight: 500;
  margin-bottom:8px;
}
.omp-blueform-block-media .body {
  font-size: 14px;
  line-height: 21px;
}
.omp-blueform-block-body {
  text-align: center;
  margin-bottom:40px;
}
.omp-blueform-block-media .row-1, .omp-blueform-block-media .row-2 {
  padding-left:110px;
  min-height: 88px;

}
.omp-blueform-block-media .row-1 {
  background: url(../img/pic-chris.png) no-repeat 0px 0px;
  background-size: 91px 91px;
  margin-bottom:40px;

}
.omp-blueform-block-media .row-2 {
  background: url(../img/pic-amy.png) no-repeat 0px 0px;
  background-size: 91px 91px;
}

.page-node-265 .region-content {
  display: none;
}
.logged-in .region-content {
  display: block;
}
.omp-chalked-block h2 {
  margin-bottom: 15px;
}
.omp-chalked-intro {
  margin: 0 20px 20px 20px;
  text-align: center;
}

.media-object--wrapper {
  padding:80px 25px;
  background:#F3F3F3;
 /* width:100%;*/
}
.media-object--services:nth-child(1) .image {
  background: url(../img/user-centered-design.jpg) no-repeat 0px 0px;
  background-size:cover;
}
.media-object--services:nth-child(2) .image {
  background: url(../img/website-design.jpg) no-repeat 0px 0px;
  background-size:cover;
}
.media-object--services:nth-child(3) .image {
  background: url(../img/visual-design.jpg) no-repeat 0px 0px;
  background-size:cover;
}
.media-object--services:nth-child(4) .image {
  background: url(../img/web-development.jpg) no-repeat 0px 0px;
  background-size:cover;
}
.media-object--services:nth-child(1) .icon {
  background: url(../img/icon-user-experience.svg) no-repeat 0px 0px;
  width:106px;
  height:69px;
}
.media-object--services:nth-child(2) .icon {
  background: url(../img/icon-visual-design.svg) no-repeat 0px 0px;
  width:72px;
  height:69px;
}
.media-object--services:nth-child(3) .icon {
  background: url(../img/icon-websites.svg) no-repeat 0px 0px;
  width:92px;
  height:69px;
}
.media-object--services:nth-child(4) .icon {
  background: url(../img/icon-applications.svg) no-repeat 0px 0px;
  width:75px;
  height:75px;
}
.media-object--services {
  max-width:1140px;
  margin:0 auto;
  margin-bottom:80px;
}
.media-object--services:last-child {
  margin-bottom:0;
}
.media-object--services:nth-child(even) .image, .media-object--services:nth-child(odd) .content {
  float:right;
}
.media-object--services:nth-child(odd) .image, .media-object--services:nth-child(even) .content {
  float:left;
}
.media-object--services .image {
  width:47%;
  height:400px;
}
.media-object--services .content {
  width:48%;
}

.web-cta {
  background:#00A0AD;
  margin: 0 auto;
  padding: 74px 0;
  color:#fff;
}
.web-cta .container, .matching-grant {
  max-width:1140px;
  margin:0 auto;
  padding: 0 25px;
}
.matching-grant {
  padding:60px 25px;
}
.matching-grant p {
  width:80%;
}
.web-cta h3 {
  font-size:38px;
  display:inline-block;
  margin:0 120px 0 0;
}
.web-cta a, .web-cta-button {
    background: #fff;
    display: inline-block;
    color: #00A0AD;
    padding: 13px 23px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative;
    top: -6px;
}
a.web-cta-button {
  color: #fff !important;
  background: #C43B28;
  margin-top:30px;
  margin-bottom:60px;
}
.page-node-628 .region-content {
  margin-top:40px;
  max-width:1140px;
  /*padding: 0 25px;*/
}
.page-node-628 .region-content p {
  max-width:80%;
}
.page-node-628 .padding-xs {
 /* padding:0;*/
}

