@charset "UTF-8";
/*font calling structure*/
/*=====RESPONSIVE MEDIA QUERY========*/
@font-face {
  font-family: "Arvo-Bold";
  src: url("../fonts/Arvo-Bold.ttf"); /* IE9*/
}
@font-face {
  font-family: "Arvo-Regular";
  src: url("../fonts/Arvo-Regular.ttf"); /* IE9*/
}
@font-face {
  font-family: "PTSerif-Bold";
  src: url("../fonts/PTSerif-Bold.ttf"); /* IE9*/
}
@font-face {
  font-family: "PTSerif-Regular";
  src: url("../fonts/PTSerif-Regular.ttf"); /* IE9*/
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("../fonts/Raleway-Bold.ttf"); /* IE9*/
}
@font-face {
  font-family: "Raleway-ExtraBold";
  src: url("../fonts/Raleway-ExtraBold.ttf"); /* IE9*/
}
/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Align radios and text inputs with their label */
input[type=radio],
input[type=checkbox] {
  vertical-align: text-bottom;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

label .required {
  color: #f00;
}

input[type=button],
input[type=submit],
button {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-family: "Arvo-Bold";
  padding: 4px 25px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #003A63;
  min-width: 100px;
  text-transform: uppercase;
  border: 0;
}

input:focus,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #333333;
}

* {
  border: none;
  outline: none;
  box-sizing: border-box;
}

b,
strong {
  font-family: "PTSerif-Bold";
  font-size: inherit;
  font-weight: 600;
  color: #6ba169;
}

i,
em {
  font-style: italic;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.full-width {
  width: 100%;
}
img.alignright, img.align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
img.alignleft, img.align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup {
  top: -0.7em;
}

sub {
  bottom: -0.25em;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #40B5E6;
}

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  margin: 0;
}
table a {
  color: inherit;
}

body {
  width: 100%;
  min-height: 100vh;
  font: 400 16.5px "PTSerif-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arvo-Bold", sans-serif;
  color: #003A63;
  margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 31.5px;
  line-height: 27.5px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16.5px;
}

p {
  font: 400 16.5px "PTSerif-Regular", sans-serif;
  line-height: 27.5px;
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  font-weight: 400;
  color: #dd7800;
}

ul, ol {
  font: 400 16.5px "PTSerif-Regular", sans-serif;
  line-height: 27.5px;
}

main ul, main ol {
  padding-left: 18px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.mt-60 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.btn {
  font-size: 15px;
  font-family: "Arvo-Bold";
  padding: 4px 25px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #dd7800;
  min-width: 100px;
  text-transform: uppercase;
  border:none;
}
.btn:hover {
  color: #fff;
  background-color: #6ba169;
  border:none;
}
.btn.btn-primary {
  font-size: 19px;
  line-height: 30px;
  height: 40px;
  background-color: #6ba169;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #dd7800;
}
.btn.btn-secondary {
  font-size: 15px;
  font-family: "Arvo-Bold";
  padding: 4px 25px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #6ba169;
  min-width: 100px;
  text-transform: uppercase;
  border:none;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #dd7800;
  border:none;
}

.btn.btn-learn_more {
  color: #fff;
  background-color: #dd7800;
}

.btn.btn-learn_more:hover {
  color: #fff;
  background-color: #003A63;
}

.container {
  max-width: 1190px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.container.p-lr-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.full-width {
  width: 100%;
}

.form-control {
  height: 42px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 14px;
  background-color: #ffffff;
  font-size: 16.5px;
  letter-spacing: 1px;
  font-family: "PTSerif-Regular";
  color: #444444;
}
.form-control:focus {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #444444 !important;
}
.form-control::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #444444 !important;
}
.form-control:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* IE 10+ */
  color: #444444 !important;
}
.form-control:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 18- */
  color: #444444 !important;
}
.form-control.textarea {
  height: 180px;
  padding: 14px;
  resize: vertical;
}

select {
  background: #fff url(../images/icon-dropdown.png) no-repeat;
  background-position: right 15px center;
}

.section_title {
  font-size: 31.5px;
  line-height: 27.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.banner_title {
  font-size: 60px;
  line-height: 45px;
  text-transform: uppercase;
}

.heading {
  font-size: 24px;
  line-height: 27.5px;
  text-transform: uppercase;
}

.sub_title {
  font-size: 21.5px;
  line-height: 27.5px;
  font-family: "PTSerif-Bold";
  color: #6ba169;
  margin-bottom: 10px;
}

.border_sec_title {
  font-size: 36.5px;
  line-height: 45px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  padding: 0 15px 20px 15px;
  margin: 0 -15px;
}

.row.py-40 .column {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row.py-20 .column {
  padding-top: 20px;
  padding-bottom: 20px;
}
.row.py-15 > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.p-lr-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.row.p-lr-40 > div {
  padding-left: 40px;
  padding-right: 40px;
}
.row.border-right-column > div {
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.row.border-right-column > div:last-child {
  border: 0;
}

.font-pri {
  font-family: "PTSerif-Bold";
}

.font-sec {
  font-family: "Raleway-Bold" !important;
}

.font-dark {
  font-family: "Arvo-Bold" !important;
}

.text-skin-highlighted {
  color: #003A63 !important;
}

.text-skin-heading {
  color: #003A63 !important;
}

hr {
  border-color: rgba(0, 0, 0, 0.10);
  opacity: 1;
}

.separator {
  height: 7px;
  background-color: #bbddb7;
  opacity: 1;
  border: 0;
  margin:40px 0;
}
.separator.light {
  opacity: 0.5;
}

/*.star-box {
  padding-left: 22px;
  position: relative;
}
.star-box::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/star.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: -2px;
}

.star-box.hide-star::before {
  display:none;
  background:none;
}*/

.star-box b,
.star-box strong {
  color:#000000;
}

.bg_img_sec {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.text-white {
  color: #ffffff;
}

.bg-blue {
  background-color: #003A63;
}

.bg-orange {
  background-color: #dd7800;
}

.bg-blue *,
.bg-orange * {
  color: #fff;
}

.bg-yellow-pattern {
  background: #f5faf5 url(../images/bg-yellow-pattern.jpg) repeat;
}

.bg-white {
  background: #ffffff;
}

.pull-up_sec {
  margin-top: -155px;
  position: relative;
  z-index: 10;
}

.inner_page_main .pull-up_sec {
  margin-top: -200px;
}
.inner_page_main .section:not(.pull-up_sec) .container {
  padding-right: 80px;
  padding-left: 80px;
}

.img-wrapper {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 26px;
  background: rgb(221, 120, 0);
  background: -moz-linear-gradient(left, rgb(221, 120, 0) 0%, rgb(221, 120, 0, 0.66) 40%, rgb(221, 120, 0, 0.33) 100%);
  background: -webkit-linear-gradient(left, rgb(221, 120, 0) 0%, rgb(221, 120, 0.66) 40%, rgb(221, 120, 0, 0.33) 100%);
  background: linear-gradient(to right, rgb(221, 120, 0) 0%, rgb(221, 120, 0.66) 40%, rgb(221, 120, 0, 0.33) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dd7800", endColorstr="#dd7800",GradientType=1 );
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.page_header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.page_header::before {
  content: "";
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=0 );
  pointer-events: none;
}
.page_header::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  opacity: 0.35;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(100% - 140px);
}
.page_header.sticky {
  background-color: #003A63;
  -webkit-animation: slide-down 0.7s;
  animation: slide-down 0.7s;
  position: fixed;
  z-index: 102;
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);*/
}
.page_header.sticky::before, .page_header.sticky::after {
  display: none;
}
.page_header.sticky .container {
  border: 0;
  padding: 15px;
}
.page_header.sticky .btn-donate {
  display: none;
}
.page_header.sticky .row {
  align-items: center !important;
}
.page_header.sticky .logo img {
  max-width: 160px;
}
.page_header.sticky .logo .logo_headline {
  font-size: 16px;
  line-height: 20px;
}
.page_header .container {
  position: relative;
  padding: 38px 15px 48px;
}
.page_header .logo {
  position: relative;
}
.page_header .logo .logo_headline {
  width: 180px;
  font-size: 22px;
  line-height: 26px;
  font-family: "Raleway-Bold";
  text-transform: uppercase;
  color: #add7a9;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 20px;
  margin: 0;
  margin-left: 20px;
}
.page_header .logo .logo_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page_header .btn-donate {
  color: #fff;
  background: url(../images/heart-icon.svg) no-repeat 98% 50% / contain;
  padding: 12px 40px 10px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: absolute;
  top: 20px;
  right: 15px;
  background-size: 28px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
}
.page_header .btn-donate:hover {
  color: #dd7800;
  background: url(../images/heart-icon-hover.svg) no-repeat 98% 50% / contain;
  background-size: 28px;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
}

.page_nav .page_nav_list {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 25px;
	font-family: "PTSerif-Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page_nav .page_nav_list li {
  color: #ffffff;
  margin-right: 30px;
	position: relative;
}
.page_nav .page_nav_list li:last-child {
  margin: 0;
}
.page_nav .page_nav_list > li.current-menu-item > a,
.page_nav .page_nav_list > li.current_page_parent > a{
  color: #add7a9;
}
.page_nav .page_nav_list li .toggle{ margin-left: 5px; font-size: 12px; }
.page_nav .page_nav_list li > a {
  color: inherit;
}
.page_nav .page_nav_list li:hover > a {
  color: #add7a9;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
.menu_toggle {
  width: 32px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: auto;
}

.menu_toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu_toggle span:nth-child(even) {
  left: 50%;
}

.menu_toggle span:nth-child(odd) {
  left: 0px;
}

.menu_toggle span:nth-child(1), .menu_toggle span:nth-child(2) {
  top: 0px;
}

.menu_toggle span:nth-child(3), .menu_toggle span:nth-child(4) {
  top: 11px;
}

.menu_toggle span:nth-child(5), .menu_toggle span:nth-child(6) {
  top: 23px;
}

.menu_toggle.open span:nth-child(1), .menu_toggle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_toggle.open span:nth-child(2), .menu_toggle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_toggle span:nth-child(1),
.menu_toggle span:nth-child(3),
.menu_toggle span:nth-child(5) {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.menu_toggle span:nth-child(2),
.menu_toggle span:nth-child(4),
.menu_toggle span:nth-child(6) {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.menu_toggle.open span:nth-child(1) {
  left: 4px;
  top: 8px;
}

.menu_toggle.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 8px;
}

.menu_toggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menu_toggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menu_toggle.open span:nth-child(5) {
  left: 4px;
  top: 16px;
}

.menu_toggle.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
}

.page_footer .container {
  max-width: 1330px;
}
.page_footer .pri_footer {
  padding: 30px 0;
}
.page_footer .follow_us,
.page_city.follow_us {
  list-style: none;
  display: flex;
}
.page_footer .follow_us li,
.page_city.follow_us li {
  font-size: 52px;
  margin-right: 30px;
}
.page_footer .follow_us li:last-child,
.page_city.follow_us li:last-child {
  margin: 0;
}
.page_footer .follow_us li a,
.page_city.follow_us li a {
  color: #003A63;
}
.page_city.follow_us li a {
  font-size:40px;
}
.page_footer .col-address p {
  margin: 0;
}
.page_footer .col-address hr {
  max-width: 180px;
  display: flex;
  margin-left: auto;
}
.page_footer .sec_footer {
  padding: 25px 0;
}
.page_footer .sec_footer p {
  font-size: 15px;
  line-height: 21px;
}
.page_footer .sec_footer .line {
  margin: 0 10px;
}

.banner_section {
  position: relative;
}
.leave_site {
  position: fixed;
  right: 0;
  top: 190px;
  font-size: 15px;
  font-family: "Raleway-ExtraBold";
  color: #003A63;
  background-color: #FFDE1B;
  border-radius: 10px 0 0 10px;
  z-index: 101;
  padding: 15px;
  text-transform: uppercase;
  width: 150px;
  display: flex;
  align-items: center;
}
/*.leave_site.sticky{
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.4);
}*/
.leave_site img {
  max-width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.leave_site span {
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
  margin-left: auto;
}
.banner_section .banner_content {
  width: 100%;
  position: absolute;
  bottom: 25%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
	z-index: 10;
}
.banner_section .banner_content h2 {
  font-size: 72px;
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home-banner_section .banner_content {
  text-align: left;
  top: 58%;
  margin-top:-125px;
}
.home-banner_section .column {
  max-width: 62%;
}

.programs_sec {
  padding: 100px 0;
  background-color: #003A63;
}
.programs_sec .section-title {
  color:#fff;
}
.programs_sec .icon-wrapper {
  width: 190px;
  height: 190px;
  background-color: #dd7800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  margin: 30px auto;
  border: 10px solid #465056
  /*box-shadow: 0 0 0px 15px rgba(64, 181, 230, 0.25);*/
}
.programs_sec .icon-wrapper img {
  max-height: 55%;
}
.programs_sec .heading {
  /*margin-top: 30px;*/
  padding: 0 40px;
  margin-bottom: 0;
  color:#fff;
}
.programs_sec .column:nth-child(even) .icon-wrapper, .programs_sec .column.yellow .icon-wrapper {
  background-color: #6ba169;
  /*box-shadow: 0 0 0px 15px rgba(255, 222, 27, 0.25);*/
}

.serving_texas {
  text-align: center;
}
.serving_texas h3 {
  font-size:45px;
  text-transform: uppercase;
}

.serving_texas p {
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
}

.serving_texas_sec .serving_texas .col-map {
  margin-top: -40px;
}
.serving_texas_sec .transition_centers {
  margin-bottom: 30px;
}

.locations .title {
  margin-bottom: 10px;
}
.locations p {
  padding-bottom: 18px;
  box-sizing: border-box;
  margin-bottom:0;
}
.help_section {
  height: 540px;
  background-color: #003A63;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
  overflow: hidden;
}
.help_section .banner_title {
  margin-bottom: 30px;
}
.help_section .bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  left: 0;
  z-index: -1;
}
.help_section .help_form {
  padding: 15px 15px 0;
}

.home_content_sec {
  overflow: hidden;
}
.home_content_sec .container {
  position: relative;
  z-index: 10;
}
.home_content_sec .container .bg-yellow-pattern {
  position: absolute;
  width: 100vw;
  height: calc(100% - 155px);
  bottom: 0;
  left: 15px;
  z-index: 1;
  border-radius: 0 0 50px 50px;
}
.home_content_sec h3 {
  text-transform: uppercase;
}
.home_content_sec .col-left p:last-child {
  margin-bottom:90px;
}
.home_content_sec .col-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.home_content_sec .img-wrapper {
  width: 425px;
  height: 425px;
  border-radius: 50%;
  padding: 25px;
  margin-bottom: 35px;
  background: rgb(221, 120, 0);
  background: -moz-linear-gradient(left, rgb(221, 120, 0) 0%, rgb(221, 120, 0, 0.66) 40%, rgb(221, 120, 0, 0.33) 100%);
  background: -webkit-linear-gradient(left, rgb(221, 120, 0) 0%, rgb(221, 120, 0.66) 40%, rgb(221, 120, 0, 0.33) 100%);
  background: linear-gradient(to right, rgb(221, 120, 0) 0%, rgb(221, 120, 0.66) 40%, rgb(221, 120, 0, 0.33) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dd7800", endColorstr="#dd7800",GradientType=1 );
}

.home_content_sec .article {
  padding: 54px 90px 0;
  position: relative;
}
.home_content_sec .article .bg-white-pattern {
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.home_content_sec .article .row {
  position: relative;
  z-index: 2;
}

.article_wrapper {
  background-color: #fff;
}

.program_header {
  padding: 45px 50px 45px 60px;
  min-height: 200px;
}
.program_header .program_name {
  font-size: 44px;
  text-transform: uppercase;
  margin: 0;
}
.program_header .program_location {
  font-size: 19px;
  margin: 0;
}
.program_header .heading {
  font-size: 20px;
  color: #6ba169;
  text-transform: none;
}
.program_header .program_detail .address {
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.program_header h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size:30px;
}
.program_header h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.program_title {
  background-color: #dd7800;
  padding: 25px 15px;
}
.program_title h4 {
  font-size: 26.5px;
  margin: 0;
  color: #fff;
}

.program_body {
  padding: 50px 65px;
  background-color: rgba(119, 188, 111, 0.07);
  border-radius: 0 0 40px 40px;
}
.program_body .grid {
  margin: 0 -45px;
}
.program_body .column {
  padding-bottom: 75px;
  padding: 15px 45px 65px 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.program_body .column:nth-child(even) {
  border-right: 0;
}
.program_body .column .title {
  font-size: 21.5px;
  line-height: 27.5px;
  font-family: "PTSerif-Bold";
}

.contact_form_sec h3 {
  font-size: 49px;
  line-height: 60px;
  padding-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 7px solid #003A63;
}
.contact_form_sec .cont_form {
  max-width: 500px;
  margin: 0 auto;
}
.contact_form_sec .cont_form .form-group {
  margin-bottom: 16px;
}
.contact_form_sec .cont_form .row {
  margin: 0 -8px;
}
.contact_form_sec .cont_form .row > div {
  padding: 0 8px;
}
.contact_form_sec .cont_form .col-btn {
  margin-top: 20px;
}
.contact_form_sec .cont_form .btn {
  font-size: 19px;
  line-height: 30px;
  height: 40px;
}

.program_detail_section .program_header h5 {
  font-size: 21.5px;
  line-height: 32.5px;
  margin-bottom: 0;
}
.program_detail_section .program_header .program_name {
  font-size: 36.5px;
  line-height: 45px;
}

.program_detail_body .detail_content {
  padding: 35px 0 45px;
}
.program_detail_body .city a {
  color: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.program_quote {
  padding: 40px 0;
}

.blockquote {
  position: relative;
  padding: 40px 15px;
}
.blockquote::before {
  content: "“";
  font-size: 74px;
  line-height: 74px;
  color: #003A63;
  font-family: "Arvo-Bold";
  position: absolute;
  left: 0;
  top: 0;
}
.blockquote::after {
  content: "”";
  font-size: 74px;
  line-height: 0px;
  color: #003A63;
  font-family: "Arvo-Bold";
  position: absolute;
  right: 0;
  bottom: -10px;
}
.blockquote p {
  font-style: italic;
  font-size: 29px;
  line-height: 40px;
  color: #6ba169;
}

.soc_links {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 52px;
}
.soc_links a {
  color: #003A63;;
}
.resources_sec p{ margin-bottom: 0; }
.resources_sec b, .resources_sec strong {
  color: inherit;
}

.back_to_list {
  padding: 20px 0;
  text-align: center;
}
.back_to_list h4 {
  margin: 0;
}
.back_to_list a {
  text-transform: uppercase;
  padding-left: 15px;
}

.list-program_section {
  padding-bottom: 120px;
}

.single-program_section .program_body {
  padding: 30px 55px;
}

.program_row {
  padding: 15px 0px;
}

.city_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.city_list li {
  color: #444444;
  display: inline-block;
  margin-right: 15px;
}
.city_list li:last-child {
  margin: 0;
}
.city_list li a {
  color: inherit;
}
.city_list li a:hover {
  color: #40B5E6;
}
.city_list li .text-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.page_nav .page_nav_list li:hover > .sub-menu{
	transform: translateY(0px);
	pointer-events: all;
	opacity: 1
}
.sub-menu{
	min-width: 240px;
	list-style: none;
	position: absolute;
	top: 50px;
	left: -10px;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 0;
	font-size: 16.5px;
    line-height: 20px;
	letter-spacing: 0;
    text-transform: none;
	/*box-shadow: 0 10px 10px 5px rgba(0,0,0,0.3);*/
	transform: translateY(22px);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s all;
	z-index: 10;
}
.sub-menu:before{
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	top: -30px;
	left: 0;
}
.page_nav .page_nav_list .sub-menu li{
	color: #003A63;
	margin: 0;
}
.page_nav .page_nav_list .sub-menu li a:hover { 
  color: #dd7800;
}
.page_nav .page_nav_list .sub-menu li a{
	display: block;
	padding: 6px 15px;
  white-space: nowrap;
}
.nav_link .toggle{ margin-left: 4px; font-size: 12px; }
.banner-inner{
	min-height: 500px;
}
.inner-banner_section{ min-height: 500px; 
  background: rgb(64, 181, 230);
  background: -moz-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 50%, rgb(0, 0, 0, 0.75) 75%);
  background: -webkit-linear-gradient(right, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 50%, rgb(0, 0, 0, 0.75) 75%);
  background: linear-gradient(to left, rgb(0, 0, 0) 0%, rgb(0, 0, 0, 0.5) 50%, rgb(0, 0, 0, 0.75) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000", endColorstr="#000",GradientType=1 );
}
.inner-banner_section img { opacity:0.6}
.frm_forms form .frm_form_fields .frm_form_field input{
	height: 42px;
	border-radius: 0;
	padding: 0 14px;
    background-color: #ffffff;
    font-size: 16.5px;
    letter-spacing: 1px;
    font-family: "PTSerif-Regular";
}
.frm_forms form .frm_form_fields .frm_form_field textarea{
	height: 180px;
    padding: 14px;
    resize: vertical;
	border-radius: 0;
	font-size: 16.5px;
    letter-spacing: 1px;
}
.with_frm_style .frm_submit{ text-align: center; }
.frm_forms.with_frm_style form .frm_form_fields .frm_submit .frm_button_submit,
.contact_form_sec .btn.btn-primary {
	font-size: 19px;
    line-height: 30px;
    height: 40px;
	background-color: #003A63;
    color: #ffffff;
	padding: 4px 25px;
    border-radius: 5px;
	box-shadow: none;
  border:none;
}
.frm_forms.with_frm_style form .frm_form_fields .frm_submit .frm_button_submit:hover,
.contact_form_sec .btn.btn-primary:hover {
  border:none;
  color: #003A63;
  background:#fff;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error, .frm_style_formidable-style.with_frm_style .frm_limit_error{ font-size: 14px !important; }
.program_detail_section:last-child{ padding-bottom: 100px; }

.page_footer .col-address p a{ color: inherit; }

button.scroll_top{
	width: 50px;
	min-width: auto;
	height: 50px;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	font-size: 16px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	background-color: #dd7800;
	color: #fff;
	/*box-shadow: 0 0 6px 3px rgba(0,0,0,0.25);*/
	transform: scale(0);
	transition: 0.3s all ease;
}
button.scroll_top.visible{
	transform: scale(1);
}
