/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.banner, .banner_success {
  position: relative;
  overflow: hidden;
}

.banner_img::before, .banner_form::before, .banner_success::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 92px;
}

.banner_img::before, .banner_success::before {
  background-color: #00a3bf;
  opacity: .7;
  z-index: 4;
}

.banner_form::before {
  background-color: #00799d;
  z-index: 9;
}

.banner_success::before {
  height: 83px;
}

.banner_success .banner_img {
  line-height: 0;
}

.banner_success .banner_img::before {
  display: none;
}

.success_msg {
  padding: 20px 56px;
}

.success_msg p {
  margin: 0;
  color: #00a3bf;
  font-size: 24px;
  line-height: 30px;
  max-width: 850px;
}
.success_msg .content_wrap{
  padding: 0 ;
  overflow: hidden;
}
.success_msg .content_wrap h2 {
  margin: 19px 0 27px 0;
}
.success_msg .content_section h4{
  font-size: 26px;
}
.success_msg .content_section ul {
  float: none;
  width: 100%;
  margin:10px 0 19px 0;
}
.success_msg .content_section ul li{
  font-weight: normal;
  font-family: Oswald;
  color: #0098cc;
  font-size: 26px;
  padding-left: 34px;
  margin-bottom: 12px;
}
.success_msg .content_section ul li a{
  color: #0098cc;
  font-weight: normal;
}
.success_msg .content_section ul li a:hover {
  text-decoration: underline;
}
.success_msg .content_section ul li::before {
  width: 6px;
  height: 6px;
  background-color: #3e3e3e;
}
.banner_success .banner_img img {
  width: 100%;
}

.banner .banner_img {
  float: left;
  width: 63.666%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.banner .banner_img img {
  width: 100%;
}

.banner_form {
  width: 36.4%;
  background: #00a1bd;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.banner_cont {
  position: absolute;
  bottom: 34px;
  z-index: 5;
  left: 60px;
}

.banner .banner_cont h1 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 62px;
  color: #fff;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  line-height: 92px;
  word-spacing: -6px;
}

.banner_success .banner_cont {
  bottom: 10px;
  left: 60px;
}

.banner_success .banner_cont h1 {
  font-size: 86px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.form_wrap h2 {
  letter-spacing: -1px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0px 0 33px 0;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  display: none !important;
}

.form_wrap {
  max-width: 350px;
  margin: 0px auto;
  padding-left: 13px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: -52px;
  z-index: 9;
}

.form_wrap input[type="text"], .form_wrap textarea, .form_wrap input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  border: none;
  margin-bottom: 25px;
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, .4);
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, .4);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, .4);
  color: #000;
  font-size: 20px;
  font-family: 'Open\ Sans';
  font-weight: normal;
  text-indent: 12px;
  padding: 2px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  border-left: 1px solid rgba(0, 0, 0, 0.7);
}

.form_wrap input[type="text"], .form_wrap input[type="email"] {
  background-color: transparent;
}

.form_wrap .col_lt input[type="text"], .form_wrap .col_rt input[type="text"] {
  width: calc(100% - 15px);
}
.form_wrap .gform_wrapper .gform_footer input.button, 
.form_wrap .gform_wrapper .gform_footer input[type=submit], 
.form_wrap .gform_wrapper .gform_page_footer input.button, 
.form_wrap .gform_wrapper .gform_page_footer input[type=submit],
.form_wrap input[type="submit"] {
  padding: 0 25px;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Oswald';
  height: 40px;
  background-color: #a5dce5!important;
  color: #00a3bf;
  border: 2px solid #a5dce5;
  cursor: pointer;
  transition: all .3s;
  line-height: 36px !important;
}
.form_wrap .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.form_wrap input[type="submit"]:hover {
  background-color: #00a3bf!important;
  color: #fff;
}

.form_wrap input[type="submit"]:focus {
  outline: none;
}

.form_wrap textarea {
  max-height: 80px;
  padding-top: 10px;
}
.form_wrap ul.gform_fields li:nth-child(1),
.form_wrap ul.gform_fields li:nth-child(2){
  width: 50%;
  display: inline-block;
}
.form_wrap ul.gform_fields li{
  position: relative;
}
body .form_wrap .gform_wrapper .top_label div.ginput_container{
  margin-top: 0;
}
.form_wrap .gform_wrapper ul.gform_fields.top_label li:nth-child(1){
  padding-right: 15px;
}
.form_wrap .gform_wrapper ul.gform_fields.top_label li:nth-child(2){
  padding-left: 15px;
}
.form_wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  padding: 2px 0 0 0;
}
body .form_wrap .gform_wrapper ul li.gfield,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
  margin-top: 0;
}
.form_wrap .gform_wrapper li.gfield.gfield_error, 
.form_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.form_wrap .gform_wrapper .field_description_below .gfield_description{
  padding-top: 0;
}
.form_wrap .gform_wrapper li.gfield.gfield_error, 
.form_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
}
.form_wrap .gform_wrapper.gform_validation_error .top_label input.medium, 
.form_wrap .gform_wrapper.gform_validation_error .top_label select.medium{
  width: 100%;
}
.form_wrap .gform_wrapper div.validation_error{
  display: none;
}
.form_wrap .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}
.col_lt {
  float: left;
  width: 50%;
  text-align: left;
  position: relative;
}

.col_rt {
  float: right;
  width: 50%;
  text-align: right;
  position: relative;
}

.col_1 label,.form_wrap ul.gform_fields li label.gfield_label {
  position: absolute;
  left: 0;
  top: 0;
  color: #00a3bf;
  font-size: 20px;
  font-family: 'Open\ Sans';
  font-weight: normal;
  height: 34px;
  background: #fff;
  z-index: 0;
  text-align: left;
  overflow: hidden;
  padding-top: 9px;
  width: calc(100% - 13px);
  padding-left: 14px;
}
.form_wrap ul.gform_fields li label.gfield_label {
  z-index: -1;
  height: 43px;
  width: 100% ;
}
div .gform_wrapper .top_label input.medium, div .gform_wrapper .top_label select.medium{
  width: 100%;
}
.form_wrap ul.gform_fields li:nth-child(1) label.gfield_label,
.form_wrap ul.gform_fields li:nth-child(2) label.gfield_label{
  width: calc(100% - 15px);
}
.form_wrap ul.gform_fields li:nth-child(2) label.gfield_label{
  left: 15px;
}
.form_wrap .gform_wrapper .gfield_required {
  color: #ff0000;
  margin-left: 4px;
}
.form_wrap .gform_wrapper .gform_footer{
  text-align: center;
}
.form_wrap .gform_wrapper{
  margin: 0;
}
.form_wrap .gform_wrapper textarea{
  margin-bottom: 5px;
}
body .form_wrap .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{
  color: #fff;
  padding-left: 13px;
  font-size: 16px;
  font-family: Oswald;
  margin-bottom: 12px;
}
.col_rt label, .col_lt label {
  width: calc(100% - 28px);
}

.col_1 label span {
  color: red;
}

.col_rt label {
  left: 15px;
}

.col_1 input {
  z-index: 2;
  position: relative;
}

.form_wrap input {
  height: 43px;
}

::-webkit-input-placeholder {
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:-moz-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

textarea::-webkit-input-placeholder {
  color: #00a3bf;
  font-size: 20px;
  font-family: 'Open\ Sans';
  font-weight: normal;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #00a3bf;
  font-size: 20px;
  font-family: 'Open\ Sans';
  font-weight: normal;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #00a3bf;
  font-size: 20px;
  font-family: 'Open\ Sans';
  font-weight: normal;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #00a3bf;
  font-size: 20px;
  font-family: 'Open\ Sans';
  font-weight: normal;
  opacity: 1;
}
.green textarea::-webkit-input-placeholder{
  color: #99c438;
}
.green textarea:-moz-placeholder{
  color: #99c438;
}
.green textarea:-ms-input-placeholder{
  color: #99c438;
}
.green textarea::-moz-placeholder{
  color: #99c438;
}
.purple textarea::-webkit-input-placeholder{
  color: #122d58;
}
.purple textarea:-moz-placeholder{
  color: #122d58;
}
.purple textarea:-ms-input-placeholder{
  color: #122d58;
}
.purple textarea::-moz-placeholder{
  color: #122d58;
}
.orange textarea::-webkit-input-placeholder{
  color: #ffb319;
}
.orange textarea:-moz-placeholder{
  color: #ffb319;
}
.orange textarea:-ms-input-placeholder{
  color: #ffb319;
}
.orange textarea::-moz-placeholder{
  color: #ffb319;
}
.form_wrap ul.gform_fields li label.gfield_label.form_focus, .form_wrap ul.gform_fields li label.gfield_label.form_focus .gfield_required,
.green .form_wrap ul.gform_fields li label.gfield_label.form_focus,.green .form_wrap ul.gform_fields li label.gfield_label.form_focus .gfield_required,
.purple .form_wrap ul.gform_fields li label.gfield_label.form_focus,.purple .form_wrap ul.gform_fields li label.gfield_label.form_focus .gfield_required,
.orange .form_wrap ul.gform_fields li label.gfield_label.form_focus,.orange .form_wrap ul.gform_fields li label.gfield_label.form_focus .gfield_required{
  color: transparent
}
.form_wrap .gform_validation_error ul.gform_fields li label.gfield_label,
.form_wrap .gform_validation_error ul.gform_fields li label.gfield_label .gfield_required{
  color: transparent !important;
}
.form_wrap div.form_focus textarea::-moz-placeholder,
.green .form_wrap div.form_focus textarea::-moz-placeholder,
.purple .form_wrap div.form_focus textarea::-moz-placeholder,
.orange .form_wrap div.form_focus textarea::-moz-placeholder {
  color: transparent
}

.form_wrap div.form_focus textarea::placeholder,
.green .form_wrap div.form_focus textarea::placeholder,
.purple .form_wrap div.form_focus textarea::placeholder,
.orange .form_wrap div.form_focus textarea::placeholder {
  color: transparent
}

.form_wrap div.form_focus textarea:-ms-input-placeholder,
.green .form_wrap div.form_focus textarea:-ms-input-placeholder,
.purple .form_wrap div.form_focus textarea:-ms-input-placeholder,
.orange .form_wrap div.form_focus textarea:-ms-input-placeholder {
  color: transparent
}

.form_wrap div.form_focus textarea:-moz-placeholder,
.green .form_wrap div.form_focus textarea:-moz-placeholder,
.purple .form_wrap div.form_focus textarea:-moz-placeholder,
.orange .form_wrap div.form_focus textarea:-moz-placeholder {
  color: transparent
}

.form_wrap div.form_focus textarea::-webkit-input-placeholder,
.green .form_wrap div.form_focus textarea::-webkit-input-placeholder,
.purple .form_wrap div.form_focus textarea::-webkit-input-placeholder,
.orange .form_wrap div.form_focus textarea::-webkit-input-placeholder {
  color: transparent
}

.col_1 {
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
}

.content_wrap {
  padding: 0 65px;
}

.content_wrap h2 {
  font-size: 34px;
  word-spacing: -3px;
  font-weight: bold;
  margin: 42px 11px 16px 11px;
}

.content_wrap h2, .content_wrap h3 {
  color: #00a1bd;
}

.testimonial_block {
  background: #d8eff3;
  clear: both;
  overflow: hidden;
}

.testi_cont {
  position: relative;
  padding: 15px 118px 35px 118px;
}

.testi_cont::before, .testi_cont::after {
  content: "";
  position: absolute;
  height: 65px;
  width: 82px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.45;
}

.testi_cont::before {
  background-image: url("images/testi_left.png");
  left: 4px;
  top: 15px;
}

.testi_cont::after {
  background-image: url("images/testi_right.png");
  right: 26px;
  bottom: 55px;
}

body .testimonial_block:last-of-type .testi_cont p {
  color: #3e3e3e;
}
body .success_msg+.testimonial_block .testi_cont p{
  color: #535353;
}

.testi_cont p {
  font-size: 25px;
  font-style: italic;
  margin: 14px 0;
  line-height: 30px;
  letter-spacing: .4px;
  color: #535353;
}

.testi_cont .author {
  color: #00a3bf;
  font-family: 'Open\ Sans';
  font-weight: normal;
  font-size: 26px;
  margin-top: 33px;
  display: block;
  line-height: 30px;
}

.content_section h3 {
  font-size: 26px;
  word-spacing: -3.5px;
  font-weight: bold;
  margin: 65px 0 48px 0;
  line-height: 30px;
}

.content_section h4 b {
  font-weight: bold;
}

.content_section h4 {
  font-weight: normal;
  color: #3e3e3e;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

.content_section .degrees {
  float: left;
  width: 45%;
  margin-right: 5%;
  padding-bottom: 32px;
}

.content_section .programs {
  float: left;
  width: 45%;
  padding-bottom: 32px;
}
.content_section .programs p,.content_section .degrees p{
  color: #3e3e3e;
  font-size: 20px;
    line-height: 24px;
}
.content_section ul {
  float: left;
  width: 50%;
  margin: 4px 0 0 0;
  list-style: none;
  padding: 0;
}
.content_section ul.single_ul{
  width: 100%;
}
.content_section ul.single_ul li {
  line-height: 24px;
  margin-bottom: 5px;
}
.content_section ul li {
  padding-left: 15px;
  position: relative;
  font-family: 'Open\ Sans';
  font-size: 20px;
  line-height: 22px;
  padding-right: 10px;
  margin-left: 0;
  color: #3e3e3e;
}

.content_section ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

.button_section {
  text-align: left;
  clear: both;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 52px;
}

.button_section .blue_btn {
  color: #fff;
  background-color: #00a3bf;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  text-decoration: none;
  padding: 5px 15px;
  line-height: 24px;
  transition: all .3s;
  border: 2px solid #00a3bf;
  font-family: 'Oswald';
  font-weight: bold;
  min-width: 130px;
}
.button_section .blue_btn:hover {
  background-color: #fff;
  color: #00a3bf;
  border: 2px solid #00a3bf;
}

.button_section span.seperator {
  width: 1px;
  height: 73px;
  margin: 0 26px;
  display: inline-block;
  vertical-align: middle;
  background-color: #00a3bf;
}

.space_btm {
  height: 160px;
  display: block;
}

.form_wrap .wpcf7-form .wpcf7-textarea {
  width: 100%;
}

body.page-template-landing-page .header-style-1 .mk-nav-responsive-link, body.page-template-landing-page .mk-toolbar-resposnive-icon {
  display: none !important;
}
.testimonial_block+.content_wrap .content_section {
  overflow: hidden;
}
.green .banner_img::before, .green .banner_success::before{
  background: #99c438;
}
.green .banner_form {
  background: #99c438;
}
.green .banner_form::before {
  background-color: #6ea419;
}
.green .col_1 label,.green .form_wrap ul.gform_fields li label.gfield_label {
  color: #99c438;
}
.green .form_wrap input[type="submit"],
.green .form_wrap .gform_wrapper .gform_footer input.button, 
.green .form_wrap .gform_wrapper .gform_footer input[type="submit"], 
.green .form_wrap .gform_wrapper .gform_page_footer input.button, 
.green .form_wrap .gform_wrapper .gform_page_footer input[type="submit"]{
  background-color: #d1e3a4 !important;
  border-color: #d1e3a4;
  color: #99c438;
}
.green .form_wrap input[type="submit"]:hover,
.green .form_wrap .gform_wrapper .gform_footer input.button:hover, 
.green .form_wrap .gform_wrapper .gform_footer input[type="submit"]:hover, 
.green .form_wrap .gform_wrapper .gform_page_footer input.button:hover, 
.green .form_wrap .gform_wrapper .gform_page_footer input[type="submit"]:hover{
  background-color: #99c438 !important;
  color: #fff;
}
.green .content_wrap h2, .green .content_wrap h3 {
  color: #99c438;
}
.green .testimonial_block {
  background: #eff4df;
}
.green .testi_cont::before {
  background-image: url("images/testi_left_green.png");
}
.green .testi_cont::after {
  background-image: url("images/testi_right_green.png");
}
.green .testi_cont .author{
  color: #99c438;
}
.green .success_msg .content_section ul li a,.green .success_msg .content_section ul li{
  color: #99c438;
}
.green .button_section .blue_btn {
  background-color: #99c438;
  border-color: #99c438;
}
.green .button_section .blue_btn:hover {
  background-color: #fff;
  color: #99c438;
}
.green .button_section span.seperator{
  background-color: #99c438;
}
.green .content_section .programs a,.green .content_section .degrees a{
  color: #99c438;
}
.green .content_section .programs a:hover,.green .content_section .degrees a:hover{
  color: #99c438;
  text-decoration: underline;
}
.purple .banner_img::before, .purple .banner_success::before{
  background: #122d58;
}
.purple .banner_form {
  background: #122d58;
}
.purple .banner_form::before {
  background-color: #071532;
}
.purple .col_1 label,.purple .form_wrap ul.gform_fields li label.gfield_label {
  color: #122d58;
}
.purple .form_wrap input[type="submit"],
.purple .form_wrap .gform_wrapper .gform_footer input.button, 
.purple .form_wrap .gform_wrapper .gform_footer input[type="submit"], 
.purple .form_wrap .gform_wrapper .gform_page_footer input.button, 
.purple .form_wrap .gform_wrapper .gform_page_footer input[type="submit"]{
  background-color: #dbdde4 !important;
  border-color: #dbdde4;
  color: #122d58;
}
.purple .form_wrap input[type="submit"]:hover,
.purple .form_wrap .gform_wrapper .gform_footer input.button:hover, 
.purple .form_wrap .gform_wrapper .gform_footer input[type="submit"]:hover, 
.purple .form_wrap .gform_wrapper .gform_page_footer input.button:hover, 
.purple .form_wrap .gform_wrapper .gform_page_footer input[type="submit"]:hover{
  background-color: #122d58 !important;
  color: #fff;
}
.purple .content_wrap h2, .purple .content_wrap h3 {
  color: #122d58;
}
.purple .testimonial_block {
  background: #dbdde4;
}
.purple .testi_cont::before {
  background-image: url("images/testi_left_blue.png");
}
.purple .testi_cont::after {
  background-image: url("images/testi_right_blue.png");
}
.purple .testi_cont .author{
  color: #122d58;
}
.purple .success_msg .content_section ul li a,.purple .success_msg .content_section ul li{
  color: #122d58;
}
.purple .button_section .blue_btn {
  background-color: #122d58;
  border-color: #122d58;
}
.purple .button_section .blue_btn:hover {
  background-color: #fff;
  color: #122d58;
}
.purple .button_section span.seperator{
  background-color: #122d58;
}
.purple .content_section .programs a,.purple .content_section .degrees a{
  color: #122d58;
}
.purple .content_section .programs a:hover,.purple .content_section .degrees a:hover{
  color: #122d58;
  text-decoration: underline;
}
.orange .banner_img::before, .orange .banner_success::before{
  background: #ffb319;
}
.orange .banner_form {
  background: #ffb319;
}
.orange .banner_form::before {
  background-color: #ff8d09;
}
.orange .col_1 label,.orange .form_wrap ul.gform_fields li label.gfield_label {
  color: #ffb319;
}
.orange .form_wrap input[type="submit"],
.orange .form_wrap .gform_wrapper .gform_footer input.button, 
.orange .form_wrap .gform_wrapper .gform_footer input[type="submit"], 
.orange .form_wrap .gform_wrapper .gform_page_footer input.button, 
.orange .form_wrap .gform_wrapper .gform_page_footer input[type="submit"]{
  background-color: #fedb97 !important;
  border-color: #fedb97;
  color: #ffb319;
}
.orange .form_wrap input[type="submit"]:hover,
.orange .form_wrap .gform_wrapper .gform_footer input.button:hover, 
.orange .form_wrap .gform_wrapper .gform_footer input[type="submit"]:hover, 
.orange .form_wrap .gform_wrapper .gform_page_footer input.button:hover, 
.orange .form_wrap .gform_wrapper .gform_page_footer input[type="submit"]:hover{
  background-color: #ffb319 !important;
  color: #fff;
}
.orange .content_wrap h2, .orange .content_wrap h3 {
  color: #ffb319;
}
.orange .testimonial_block {
  background: #fef1da;
}
.orange .testi_cont::before {
  background-image: url("images/testi_left_orange.png");
}
.orange .testi_cont::after {
  background-image: url("images/testi_right_orange.png");
}
.orange .testi_cont .author{
  color: #ffb319;
}
.orange .success_msg .content_section ul li a,.orange .success_msg .content_section ul li{
  color: #ffb319;
}
.orange .button_section .blue_btn {
  background-color: #ffb319;
  border-color: #ffb319;
}
.orange .button_section .blue_btn:hover {
  background-color: #fff;
  color: #ffb319;
}
.orange .button_section span.seperator{
  background-color: #ffb319;
}
.orange .content_section .programs a,.orange .content_section .degrees a{
  color: #ffb319;
}
.orange .content_section .programs a:hover,.orange .content_section .degrees a:hover{
  color: #ffb319;
  text-decoration: underline;
}
.blue .content_section .programs a,.blue .content_section .degrees a{
  color: #00a1bd;
}
.blue .content_section .programs a:hover,.blue .content_section .degrees a:hover{
  color: #00a1bd;
  text-decoration: underline;
}
.form_wrap .gform_wrapper .gform_footer {
  padding: 0 ;
  margin: 0;
}
.page-template-landing-page .header-logo{
  background: #fff;
}
.page-template-landing-page .phone_number {
  float: right;
  height: 90px;
  margin-right: 60px;
}
.page-template-landing-page .phone_number h1{
  height: 90px;
  line-height: 90px;
  vertical-align: middle;
  margin: 0;
  font-size: 34px;
  transition: all .3s;
  font-weight: bold;
}
.page-template-landing-page .header-style-1.header-align-left .header-logo .phone_number h1 a{
  text-align: right;
  float: none;
  display: inline;
  transition: all .3s;
}

.page-template-landing-page .sticky-style-fixed.header-style-1.a-sticky .mk-header-holder .fit-logo-img .phone_number h1 a{
  width: auto;
}
.page-template-landing-page header.a-sticky .phone_number h1{
  height: 55px;
  line-height: 55px;
  font-size: 28px;
}
.page-template-landing-page header.a-sticky .header-logo{
  border-bottom: 1px solid #edebec;
}
.page-template-landing-page .green .phone_number h1 a{
  color: #99c438;
}
.page-template-landing-page .green .phone_number h1 a:hover{
  color: #6da419;
}
.page-template-landing-page .orange .phone_number h1 a{
  color: #ffb319;
}
.page-template-landing-page .blue .phone_number h1 a{
  color: #00a1bd;
}
.page-template-landing-page .purple .phone_number h1 a{
  color: #122d58;
}
.page-template-landing-page .orange .phone_number h1 a:hover{
  color: #ff8c08;
}
.page-template-landing-page .blue .phone_number h1 a:hover{
  color: #00789d;
}
.page-template-landing-page .purple .phone_number h1 a:hover{
  color: #071532;
}

@media (min-width:220px) and (max-width:400px) {
  .page-template-landing-page .header-logo a img {
      max-width: 140px;
  }
}
@media (min-width:220px) and (max-width:1024px){
  
.page-template-landing-page header{
  overflow: hidden;
}
}
@media (min-width:220px) and (max-width:767px) {
  /*  header {
    padding: 5px 0 5px 0px;
  }
  header a.logo {
    margin-left: 15px;
  }*/
	/* Events List */
	.css-events-list {
		width: 100%;
		overflow-x: scroll;
	}
	.css-events-list table thead {
		display: none;
	}

	.css-events-list table tbody td {
		display: block;
		width: 100%;
	}

	.css-events-list table td .wp-caption {
		width: 100% !important;
	}

	.css-events-list table td .wp-caption img {
		max-width: 100% !important;
	}
	
  .page-template-landing-page .phone_number h1{
    font-size: 18px;
  }
  .page-template-landing-page .phone_number {
    margin-right: 15px;
  }
  .content_section .programs p,.content_section .degrees p{
    font-size: 18px;
  }
  .form_wrap input[type="text"], .form_wrap textarea, .form_wrap input[type="email"] {
    font-size: 16px;
  }
  .banner_img::before, .banner_success::before {
    height: 46px;
  }
  .banner_form::before {
    display: none;
  }
  .banner .banner_img {
    float: none;
    width: 100%;
  }
  .banner_form {
    width: 100%;
    position: relative;
  }
  .banner_cont {
    position: absolute;
    bottom: 28px;
    z-index: 5;
    left: 15px;
  }
  .success_msg .content_wrap h2 {
    margin: 5px 0 25px 0;
  }
  .success_msg .content_section h4 {
    font-size: 20px;
  }
  .success_msg .content_section ul li {
    font-size: 20px;
    padding-left: 18px;
    margin-bottom: 8px;
  }
  .banner .banner_cont h1 {
    font-size: 26px;
    line-height: 28px;
    word-spacing: 0;
  }
  .form_wrap h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .form_wrap {
    top: 0;
    left: 0;
    transform: none;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    padding: 30px 15px;
    width: auto;
  }
  .form_wrap h2 {
    letter-spacing: 0;
  }
  .form_wrap .gform_wrapper .gform_footer input.button, 
  .form_wrap .gform_wrapper .gform_footer input[type="submit"], 
  .form_wrap .gform_wrapper .gform_page_footer input.button, 
  .form_wrap .gform_wrapper .gform_page_footer input[type="submit"], 
  .form_wrap input[type="submit"] {
    font-size: 18px;
    width: auto;
  }
  .col_lt {
    float: left;
    width: 50%;
    text-align: left;
  }
  .col_rt {
    float: right;
    width: 50%;
    text-align: right;
  }
  .form_wrap input {
    height: 35px;
  }
  .content_wrap {
    padding: 0 15px;
  }
  .content_wrap h2 {
    font-size: 24px;
    margin: 25px 0 25px 0;
    word-spacing: 0;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-moz-placeholder {
    font-size: 16px;
  }
  textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  textarea:-moz-placeholder {
    font-size: 16px;
  }
  textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  textarea::-moz-placeholder {
    font-size: 16px;
  }
  .testi_cont {
    padding: 60px 0;
  }
  .testi_cont::before, .testi_cont::after {
    height: 45px;
    background-size: contain;
    width: 60px;
  }
  .testi_cont::after {
    right: 0px;
    bottom: 15px;
    top: auto;
  }
  .testi_cont::before {
    left: 0;
  }
  .testi_cont p {
    font-size: 18px;
    line-height: 24px;
  }
  .testi_cont .author {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 12px;
    line-height: 24px;
  }
  .content_section h3 {
    font-size: 22px;
    margin: 30px 0 30px 0;
    line-height: 28px;
    word-spacing: 0;
  }
  .content_section .degrees {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .content_section .degrees h4 {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .content_section .programs {
    float: none;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .content_section .programs h4 {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .content_section h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .content_section ul {
    float: none;
    width: 100%;
  }
  .content_section ul li {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .button_section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .button_section .blue_btn {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 4px 20px;
  }
  .button_section span.seperator {
    height: 1px;
    background: none;
    display: block;
  }
  .banner_success .banner_cont h1 {
    font-size: 40px;
  }
  .banner_success .banner_cont {
    bottom: 10px;
  }
  .success_msg {
    padding: 20px 15px;
  }
  .success_msg p {
    font-size: 20px;
    line-height: 26px;
    max-width: none;
  }
  .banner_success .banner_cont {
    left: 15px;
  }
  .col_1 label {
    font-size: 16px;
    height: 29px;
    padding-top: 6px;
  }
  .form_wrap ul.gform_fields li label.gfield_label {
    font-size: 16px;
    height:35px;
    padding-top: 6px;
  }
  .form_wrap .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 0;
  } 
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0;
    line-height: 16px;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .page-template-landing-page .phone_number h1{
    font-size: 30px;
  }
  .page-template-landing-page .phone_number {
    margin-right: 25px;
  }
  header {
    padding: 8px 0 8px 0px;
  }
  .form_wrap input[type="text"], .form_wrap textarea, .form_wrap input[type="email"] {
    font-size: 16px;
  }
  .banner .banner_img {
    float: left;
    width: 65%;
  }
  .success_msg .content_wrap h2 {
    margin: 10px 0 20px 0;
  }
  .success_msg .content_section h4 {
    font-size: 22px;
  }
  .success_msg .content_section ul li {
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .banner .banner_cont h1 {
    font-size: 32px;
    line-height: 36px;
    word-spacing: 0;
  }
  .banner_img::before, .banner_form::before, .banner_success::before {
    height: 45px;
  }
  .banner_form {
    width: 45%;
  }
  .banner_cont {
    bottom: 25px;
    left: 15px;
  }
  .form_wrap {
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: -21px;
  }
  .form_wrap h2 {
    font-size: 28px;
    margin: 0px 0 10px 0;
    line-height: 30px;
  }
  .form_wrap input {
    height: 32px;
  }
  .form_wrap input[type="text"], .form_wrap textarea, .form_wrap input[type="email"] {
    margin-bottom: 10px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
    text-indent: 10px;
  }
  .form_wrap textarea {
    max-height: 50px;
    padding-top: 8px;
  }
  .form_wrap .gform_wrapper .gform_footer input.button, 
  .form_wrap .gform_wrapper .gform_footer input[type="submit"], 
  .form_wrap .gform_wrapper .gform_page_footer input.button, 
  .form_wrap .gform_wrapper .gform_page_footer input[type="submit"], 
  .form_wrap input[type="submit"] {
    padding: 0 20px;
    font-size: 18px;
    height: 34px;
    line-height: 30px !important;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-moz-placeholder {
    font-size: 16px;
  }
  textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  textarea:-moz-placeholder {
    font-size: 16px;
  }
  textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  textarea::-moz-placeholder {
    font-size: 16px;
  }
  .content_wrap {
    padding: 0 15px;
  }
  .content_wrap h2 {
    font-size: 28px;
    margin: 30px 0 15px 0;
    word-spacing: 0;
  }
  .testi_cont {
    padding: 15px 60px 30px 60px;
  }
  .testi_cont p {
    font-size: 20px;
    line-height: 24px;
    position: relative;
  }
  .testi_cont .author {
    font-size: 21px;
    margin-top: 15px;
    line-height: 26px;
  }
  .testi_cont::before, .testi_cont::after {
    display: none;
  }
  .testi_cont p::before, .testi_cont p::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.45;
  }
  
  .testi_cont p::before {
    background-image: url("images/testi_left.png");
    left: -60px;
    top: -14px;
  }
  
  .testi_cont p::after {
    background-image: url("images/testi_right.png");
    right: -60px;
    bottom: -18px;
  }
  .green .testi_cont p::before {
    background-image: url("images/testi_left_green.png");
  }
  
  .green .testi_cont p::after {
    background-image: url("images/testi_right_green.png");
  }
  .purple .testi_cont p::before {
    background-image: url("images/testi_left_blue.png");
  }
  
  .purple .testi_cont p::after {
    background-image: url("images/testi_right_blue.png");
  }
  .orange .testi_cont p::before {
    background-image: url("images/testi_left_orange.png");
  }
  
  .orange .testi_cont p::after {
    background-image: url("images/testi_right_orange.png");
  }
  .content_section h3 {
    font-size: 25px;
    margin: 40px 0 30px 0;
    word-spacing: 0;
  }
  .content_section .degrees h4 {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .content_section .programs h4 {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .content_section h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .content_section ul {
    width: 100%;
  }

  .button_section {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .button_section span.seperator {
    height: 60px;
  }
  .banner_success .banner_cont h1 {
    font-size: 56px;
  }
  .col_1 label {
    font-size: 16px;
    height: 26px;
    padding-top: 6px;
  }
  .form_wrap ul.gform_fields li label.gfield_label {
    font-size: 16px;
    height:32px;
    padding-top: 6px;
  }
  .form_wrap .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{
    margin-top: 0;
  }
}

@media (min-width:1024px) and (max-width:1199px) {
  .banner .banner_cont h1 {
    font-size: 54px;
    line-height: 64px;
    word-spacing: 0;
  }
  .banner_cont {
    left: 40px;
  }
  .banner_img::before, .banner_form::before, .banner_success::before {
    height: 65px;
  }
  .form_wrap {
    max-width: 330px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: -21px
  }
  .form_wrap h2 {
    margin: 0px 0 15px 0;
    line-height: 34px;
  }
  .form_wrap input {
    height: 32px;
  }
  .form_wrap input[type="text"], .form_wrap textarea, .form_wrap input[type="email"] {
    margin-bottom: 10px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
    text-indent: 10px;
  }
  .form_wrap textarea {
    min-height: 50px;
    padding-top: 8px;
  }
  .form_wrap .gform_wrapper .gform_footer input.button, 
  .form_wrap .gform_wrapper .gform_footer input[type="submit"], 
  .form_wrap .gform_wrapper .gform_page_footer input.button, 
  .form_wrap .gform_wrapper .gform_page_footer input[type="submit"], 
  .form_wrap input[type="submit"] {
    padding: 0 20px;
    font-size: 18px;
    height: 34px;
    line-height: 30px !important;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-moz-placeholder {
    font-size: 16px;
  }
  textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  textarea:-moz-placeholder {
    font-size: 16px;
  }
  textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  textarea::-moz-placeholder {
    font-size: 16px;
  }
  .content_wrap {
    padding: 0 40px;
  }
  .col_1 label {
    font-size: 16px;
    height: 26px;
    padding-top: 6px;
  }
  .form_wrap ul.gform_fields li label.gfield_label {
    font-size: 16px;
    height:32px;
    padding-top: 6px;
  }
}
@media (min-width:1024px){
  .testi_cont::before, .testi_cont::after {
    display: none;
  }
  .testi_cont p{
    position: relative;
  }
  .testi_cont p::before, .testi_cont p::after {
    content: "";
    position: absolute;
    height: 65px;
    width: 82px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.45;
  }
  
  .testi_cont p::before {
    background-image: url("images/testi_left.png");
    left: -115px;
    top: -14px;
  }
  
  .testi_cont p::after {
    background-image: url("images/testi_right.png");
    right: -108px;
    bottom: -40px;
  }
  .green .testi_cont p::before {
    background-image: url("images/testi_left_green.png");
  }
  
  .green .testi_cont p::after {
    background-image: url("images/testi_right_green.png");
  }
  .purple .testi_cont p::before {
    background-image: url("images/testi_left_blue.png");
  }
  
  .purple .testi_cont p::after {
    background-image: url("images/testi_right_blue.png");
  }
  .orange .testi_cont p::before {
    background-image: url("images/testi_left_orange.png");
  }
  
  .orange .testi_cont p::after {
    background-image: url("images/testi_right_orange.png");
  }
}
@media (min-width:1200px) and (max-width:1366px) {
  .banner .banner_cont h1 {
    font-size: 60px;
    line-height: 76px;
  }
  .form_wrap {
    padding-left: 0;
    margin-top: -40px;
  }
  .form_wrap input[type="text"], .form_wrap textarea, .form_wrap input[type="email"] {
    margin-bottom: 20px;
  }
  .form_wrap h2 {
    margin: 0px 0 20px 0;
  }
  .banner_img::before, .banner_form::before, .banner_success::before {
    height: 75px;
  }
}

@media (min-width:1025px) {
  body.page-template-landing-page {
    padding-top: 90px;
  }
}