/*
Theme Name: Enrollment Resources Client
Theme URI: http://enrollmentresources.com
Author: Enrollment Resources
Author URI: http://enrollmentresources.com
Description: Description
Version: 1.0
Template: er-2015
Tags:
*/

/*
Place custom styles here
*/

/* Contac form override */
form#contact-form #going-to-school #program-field,
form#contact-form #going-to-school #campus-field {
	display: block;
}

#newsletter-modal{
	max-width:600px;
}
#gform_2 .gform_button.button{
	width:100%!important;
}
.menu-top-nav-container{
	float:left;
	width:100%;
}
#menu-top-nav{
	margin-bottom:0;
	padding-left:0;
	list-style-type: none;
	list-style: none;
	float:right;
}
#menu-top-nav li{
	display:inline-block;
	border-left:1px solid #2272bd;
	line-height:1;
}#menu-top-nav li:first-child{
	border-left:0;
}
#menu-top-nav li a{
    padding: 0 .5rem;
    width: 100%;
    display: block;
}
.header-columns-vaa-top .vaa-cta{
	margin-bottom:0;
}
.header-columns-vaa-top ul li{
	margin-bottom: 0;
}



.instructor-link{
	font-size: 1.25rem;
	font-weight:bold;
}

.therapist-listing .entry-meta{
	margin-bottom:1rem;
}

.subnav-indent{
	text-indent: 1rem;
}
.subnav-heading a{
	background:#149CC6!important;
}



#footer-social-sidebar .widget_text .title{
	color:#fff;
}
#footer .footer-menu.footer-menu-4col li {
    width: 22%;
    display: block;
    float: left;
    padding-right: 0;
    padding-left: 3%;
    padding-top: 0;
}

.accred-footer{
	background:#fff;
}
.affliations-logos {
	display: table;
	table-layout: fixed;
	margin: 0.5rem auto;
	padding-bottom: 10px;
}

.affliations-logos li {
	display: table-cell;
	vertical-align: center;
	width:17%;
}

.affliations-logos a:hover{
	opacity:.8;
}
.affliations-logos li img {
	max-width: 90%;
	max-height: 7rem;
	width: auto;
}

/* top submenu */
#menu-top-nav .sub-menu {
    display: none;
}
#menu-top-nav .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 20;
    background-color: #f0f0f0;
    width: auto;
    white-space: nowrap;
    padding: 0 .25em;
    right: 0;
    border: 1px solid #000000;
}
#menu-top-nav .menu-item-has-children {
    position: relative;
}
#menu-top-nav .sub-menu li {
    border-bottom: 1px solid #2272bd;
    border-left:none;
    display: block;
    padding: 0.5em 0;
}
#menu-top-nav .sub-menu li:last-child {
    border: medium none;
}


/*menu hack*/
.top-bar-section, .top-bar-section .has-dropdown.visible-for-small-only a {position: relative;}

/* Medium screens */
@media only screen and (min-width: 40.063em) {
	#footer .footer-menu.footer-menu-4col .menu-item-has-children ul{
		padding-left: .5rem;
	}
} /* min-width 641px, medium screens */
@media only screen and (min-width: 64.063em) {
	#header .wrapper{
		padding-bottom:0;
	}

	#nav_menu-6 .menu {
		margin-bottom: 0.5rem;
	}
}
@media only screen and (max-width: 40em) {
	.affliations-logos {
		display: block;
	}

	.affliations-logos li {
		display: block;
		width:100%;
	}

	.affliations-logos li img {
		padding: 15px 0px 15px 0px;
		max-height: 100px;
	}

	.social-icons {
		margin-top: 1rem;
	}
}

/*ul.rmt-clinic-list{font-size:3rem;}*/
ul.rmt-clinic-list li{font-size:1.5rem;list-style: none;list-style-type: none;}
.therapist-listing .entry-title{
	margin-bottom:0;
}.therapist-listing .entry-content{
	padding-left:1rem;
}

#footer p {
	font-size: 0.9rem;
}

#footer a {
	color: #FFF !important;
}

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

#footer .widget_nav_menu ul li:first-child {
	font-weight: bold;
}


/*
 * BEGINNING BELOW HERO BUTTONS
 */

/* variation for hero image divided by three */
/*
.hero-full-full-width-text #main .hero-full {
	background-size: 100% auto;
}
*/
 .row.below-hero-row {
     margin-left: -2em;
     margin-top: -1.8rem;
 }

 .columns.nopadding {
     padding-left: 0;
     padding-right: 0;
 }

 .below-hero {
	 z-index: 10;
     position: relative;
     padding-top: 1.5rem;
     padding-bottom: 1rem;
 }

 #main .below-hero h3, #main .below-hero p {
     font-family: Khula, "Open Sans", sans-serif;
     font-weight: normal;
     letter-spacing: 0.05em;
     text-align: center;
     color: #fff;
     margin: 0;
 }

 #main .below-hero h3 {
     line-height: 3rem;
     font-size: 2rem;

 }

 #main .below-hero p {
     font-size: 0.8rem;
 }

 #main .below-hero:hover {
	 opacity: 0.9;
 }

 .below-left {
     // 0b5a72 00b3e6 236f87
     background: #0b5a72;
     background: url('assets/img/below_left.png') no-repeat center center;
     background: url('assets/img/below_left.png') no-repeat center center, -moz-linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
     background: url('assets/img/below_left.png') no-repeat center center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00b3e6), to(#0b5a72));
     background: url('assets/img/below_left.png') no-repeat center center, -webkit-linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
     background: url('assets/img/below_left.png') no-repeat center center, -o-linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
     background: url('assets/img/below_left.png') no-repeat center center, -ms-linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
     background: url('assets/img/below_left.png') no-repeat center center, linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
 }

 .below-left::after {
     content: ' ';
     position: absolute;
     height: 0;
     width: 100%;
     bottom: 0;
     left: 0;
     border-left: 0;
     border-right: 1em solid #fff;
     border-bottom: 0;
     border-top: 1em solid #236f87;
 }

 .below-left::before {
     content: ' ';
     position: absolute;
     height: 0;
     width: 0;
     top: -1.5rem;
     left: 1rem;
     border-left: 1em solid transparent;
     border-right: 1em solid transparent;
     border-bottom: 1.5em solid #00b3e6;
 }

 .below-center {
     //7b9516 b2d234 8aa22e
     background: #7b9516;
     background: url('assets/img/below_center.png') no-repeat center center;
     background: url('assets/img/below_center.png') no-repeat center center, -moz-linear-gradient(top, #b2d234 0%, #7b9516 100%);
     background: url('assets/img/below_center.png') no-repeat center center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2d234), to(#7b9516));
     background: url('assets/img/below_center.png') no-repeat center center, -webkit-linear-gradient(top, #b2d234 0%, #7b9516 100%);
     background: url('assets/img/below_center.png') no-repeat center center, -o-linear-gradient(top, #b2d234 0%, #7b9516 100%);
     background: url('assets/img/below_center.png') no-repeat center center, -ms-linear-gradient(top, #b2d234 0%, #7b9516 100%);
     background: url('assets/img/below_center.png') no-repeat center center, linear-gradient(top, #b2d234 0%, #7b9516 100%);
 }

 .below-center::after {
     content: ' ';
     position: absolute;
     height: 0;
     width: 100%;
     bottom: 0;
     left: 0;
     border-left: 0;
     border-right: 1em solid #fff;
     border-bottom: 0;
     border-top: 1em solid #7b9516;
 }

 .below-center::before {
     content: ' ';
     position: absolute;
     height: 0;
     width: 0;
     top: -1.5rem;
     left: 1rem;
     border-left: 1em solid transparent;
     border-right: 1em solid transparent;
     border-bottom: 1.5em solid #b2d234;
     z-index: 10;
 }

 .below-right {
     //3d4b7b 8eaad9 54628d
     background: #3d4b7b;
     background: url('assets/img/below_right.png') no-repeat center center;
     background: url('assets/img/below_right.png') no-repeat center center, -moz-linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
     background: url('assets/img/below_right.png') no-repeat center center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8eaad9), to(#3d4b7b));
     background: url('assets/img/below_right.png') no-repeat center center, -webkit-linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
     background: url('assets/img/below_right.png') no-repeat center center, -o-linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
     background: url('assets/img/below_right.png') no-repeat center center, -ms-linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
     background: url('assets/img/below_right.png') no-repeat center center, linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
 }

 .below-right::after {
     content: ' ';
     position: absolute;
     height: 0;
     width: 100%;
     bottom: 0;
     right: 0;
     border-left: 0;
     border-right: 1em solid #fff;
     border-bottom: 0;
     border-top: 1em solid #54628d;
 }

 .below-right::before {
     content: ' ';
     position: absolute;
     height: 0;
     width: 0;
     top: -1.5rem;
     left: 1rem;
     border-left: 1em solid transparent;
     border-right: 1em solid transparent;
     border-bottom: 1.5em solid #8eaad9;
     z-index: 10;
 }

 @media screen and (min-width: 40em) {
     #main .below-hero h3 {
         font-size: 1.7rem;
     }

     .below-left {
         margin-right: 1px;
     }

     .below-center {
         margin-left: 1px;
         margin-right: 1px;
     }

     .below-right {
         margin-left: 1px;
     }
 }

 @media screen and (min-width: 64em) {
	 .row.below-hero-row {
		 margin-right: 0;
	 }
     .below-right {
         /*margin-right: 1rem;*/
     }
 }

/*
 * END BELOW HERO BUTTONS
 */


 /*
  * BEGINNING MULTI-BAR BUTTONS
  */

  .row.multi-bars {
      margin: 1rem 0;
  }

  .columns.nopadding {
      padding-left: 0;
      padding-right: 0;
  }

  .each-bar {
 	 z-index: 10;
      position: relative;
      padding-top: 1.5rem;
      padding-bottom: 1rem;
  }

  #main .each-bar h3, #main .each-bar p {
      font-family: Khula, "Open Sans", sans-serif;
      font-weight: normal;
      letter-spacing: 0.05em;
      text-align: center;
      color: #fff;
      margin: 0;
  }

  #main .each-bar h3 {
      line-height: 3rem;
      font-size: 2rem;
  }

  #main .each-bar p {
      font-size: 0.8rem;
  }

  #main .each-bar:hover {
 	 opacity: 0.9;
  }

	.GrayWyrm {}
	.GrayWyrm img {
			display: block;
    vertical-align: top;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    float: left;
				max-width: 46%;
				margin: 10px 2%;
	}

  .bar-left {
      // 0b5a72 00b3e6 236f87
      background: #0b5a72;
      background: url('assets/img/below_left.png') no-repeat center center;
      background: url('assets/img/below_left.png') no-repeat center center, -moz-linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
      background: url('assets/img/below_left.png') no-repeat center center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00b3e6), to(#0b5a72));
      background: url('assets/img/below_left.png') no-repeat center center, -webkit-linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
      background: url('assets/img/below_left.png') no-repeat center center, -o-linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
      background: url('assets/img/below_left.png') no-repeat center center, -ms-linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
      background: url('assets/img/below_left.png') no-repeat center center, linear-gradient(top, #00b3e6 0%, #0b5a72 100%);
  }

  .bar-left::after {
      content: ' ';
      position: absolute;
      height: 0;
      width: 100%;
      bottom: 0;
      left: 0;
      border-left: 0;
      border-right: 1em solid #fff;
      border-bottom: 0;
      border-top: 1em solid #236f87;
  }

  .bar-left::before {
      content: ' ';
      position: absolute;
      height: 0;
      width: 0;
	  top: 0;
      left: 0;
	  border-top: 0.5em solid #fff;
	  border-left: 0.5em solid #fff;
	  border-right: 0.5em solid transparent;
	  border-bottom: 0.5em solid transparent;
  }

  .bar-center {
      //7b9516 3A7301 8aa22e
      background: #7b9516;
      background: url('assets/img/below_center.png') no-repeat center center;
      background: url('assets/img/below_center.png') no-repeat center center, -moz-linear-gradient(top, #3A7301 0%, #7b9516 100%);
      background: url('assets/img/below_center.png') no-repeat center center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3A7301), to(#7b9516));
      background: url('assets/img/below_center.png') no-repeat center center, -webkit-linear-gradient(top, #3A7301 0%, #7b9516 100%);
      background: url('assets/img/below_center.png') no-repeat center center, -o-linear-gradient(top, #3A7301 0%, #7b9516 100%);
      background: url('assets/img/below_center.png') no-repeat center center, -ms-linear-gradient(top, #3A7301 0%, #7b9516 100%);
      background: url('assets/img/below_center.png') no-repeat center center, linear-gradient(top, #3A7301 0%, #7b9516 100%);
  }

  .bar-center::after {
      content: ' ';
      position: absolute;
      height: 0;
      width: 100%;
      bottom: 0;
      left: 0;
      border-left: 0;
      border-right: 1em solid #fff;
      border-bottom: 0;
      border-top: 1em solid #7b9516;
  }

  .bar-center::before {
      content: ' ';
      position: absolute;
      height: 0;
      width: 0;
	  top: 0;
      left: 0;
	  border-top: 0.5em solid #fff;
	  border-left: 0.5em solid #fff;
	  border-right: 0.5em solid transparent;
	  border-bottom: 0.5em solid transparent;
      z-index: 10;
  }

  .bar-right {
      //3d4b7b 8eaad9 54628d
      background: #3d4b7b;
      background: url('assets/img/below_right.png') no-repeat center center;
      background: url('assets/img/below_right.png') no-repeat center center, -moz-linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
      background: url('assets/img/below_right.png') no-repeat center center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8eaad9), to(#3d4b7b));
      background: url('assets/img/below_right.png') no-repeat center center, -webkit-linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
      background: url('assets/img/below_right.png') no-repeat center center, -o-linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
      background: url('assets/img/below_right.png') no-repeat center center, -ms-linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
      background: url('assets/img/below_right.png') no-repeat center center, linear-gradient(top, #8eaad9 0%, #3d4b7b 100%);
  }

  .bar-right::after {
      content: ' ';
      position: absolute;
      height: 0;
      width: 100%;
      bottom: 0;
      right: 0;
      border-left: 0;
      border-right: 1em solid #fff;
      border-bottom: 0;
      border-top: 1em solid #54628d;
  }

  .bar-right::before {
      content: ' ';
      position: absolute;
      height: 0;
      width: 0;
      top: 0;
      left: 0;
	  border-top: 0.5em solid #fff;
	  border-left: 0.5em solid #fff;
	  border-right: 0.5em solid transparent;
	  border-bottom: 0.5em solid transparent;
      z-index: 10;
  }

  @media screen and (min-width: 40.01em) and (max-width: 55em),
         screen and (min-width: 64.01em) and (max-width: 79em) {
		 #main .each-bar h3 {
             font-size: 1.4rem;
         }
  }

  @media screen and (min-width: 55.01em) and (max-width: 64em),
         screen and (min-width: 79.01em) {
		 #main .each-bar h3 {
			 font-size: 1.5rem;
		 }
  }

  @media screen and (min-width: 40em) {

      .bar-left {
          margin-right: 1px;
      }

      .bar-center {
          margin-left: 1px;
          margin-right: 1px;
      }

      .bar-right {
          margin-left: 1px;
      }
  }

  @media screen and (min-width: 64em) {
 	 .row.multi-bars {
 		 /*margin-right: 0;*/
 	 }
      .bar-right {
          /*margin-right: 1rem;*/
      }
  }

 /*
  * END MULTI-BAR BUTTONS
  */

	 form small.error:before {
	   border-bottom: 1em solid #f5a328 !important;
	 }

	 .back-to-top-testimonials {
		 float:right;
	 }

	 .back-to-top-testimonials::before {
		 font-family: FontAwesome;
		 content: '\f0d8';
		 display: inline-block;
		 margin-right: 0.5rem;
	 }

#er-form .privacy-policy-link {
    font-size: 70%;
}

/* block list grid foundation - common lists in two or more columns */

.common-list>li {
	padding: 0 0 0 0.625em;
}

.common-list {
	padding: 0 0 1.25em;
}

/*  Mobile Virtual Tour Banner  */
.tourBanner {
	background-image: url('../../../images/VT_Wellspring-Banner.png');
	color: white;
	padding: 10px 0px 10px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	height: 100px;
}
.mobileWidthChange {text-align: center;width: 50%;}
.tourBanner p {
	text-align: center;
	margin-bottom: 0px;
	font-size: 17px;
	line-height: 1.15;
}
.tourBanner a {
	background-color: #2272bd;
	color: white;
	padding: 5px 20px;
	border-radius: 5px;
	border: 3px solid #b2d234;
	margin-top: 3px;
	display: inline-block;
}
@media (max-width:600px){
	.mobileWidthChange {
		width:100% !important;
	}
}

a.back-to-top {
	display: block;
	float: right;
}
